Swap to fira and stop shouting at users

This commit is contained in:
Pablo Moyano 2020-03-14 05:15:11 +01:00
parent e3aecabc53
commit 59c9545757
2 changed files with 3 additions and 9 deletions

View File

@ -47,7 +47,7 @@ You probably already know that, otherwise you can visit him here "https://fosc.s
body, html {
height: 100%;
font-family: "Roboto", Sans-Serif;
font-family: "Fira Sans", Sans-Serif;
}
body {
@ -75,7 +75,6 @@ a {
width: 100%;
position: fixed;
background: #000;
font-family: Roboto;
font-size: 18px;
top: 0;
}
@ -398,8 +397,7 @@ nav ul li ul li a {
.services p {
margin: 0px 300px;
font-size: 16px;
text-align: justify;
text-transform: uppercase;
text-align: center;
color: #888;
}
@ -426,8 +424,6 @@ nav ul li ul li a {
.column h4 {
letter-spacing: 2px;
margin-top: 15px;
font-family: Roboto;
text-transform: uppercase;
}
.column img {
@ -458,8 +454,6 @@ nav ul li ul li a {
flex: 50%;
margin: 100px 50px 50px 50px;
color: white;
font-family: Roboto;
text-transform: uppercase;
}
.cmembers h4 {

View File

@ -25,7 +25,7 @@
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" href="https://cdn.materialdesignicons.com/5.0.45/css/materialdesignicons.min.css">
<!-- <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet"> -->
<link href="https://fonts.googleapis.com/css?family=Fira+Sans&display=swap" rel="stylesheet">
<script src="js/main.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>