Swap to fira and stop shouting at users
This commit is contained in:
parent
e3aecabc53
commit
59c9545757
10
css/main.css
10
css/main.css
@ -47,7 +47,7 @@ You probably already know that, otherwise you can visit him here "https://fosc.s
|
|||||||
|
|
||||||
body, html {
|
body, html {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-family: "Roboto", Sans-Serif;
|
font-family: "Fira Sans", Sans-Serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -75,7 +75,6 @@ a {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
background: #000;
|
background: #000;
|
||||||
font-family: Roboto;
|
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
@ -398,8 +397,7 @@ nav ul li ul li a {
|
|||||||
.services p {
|
.services p {
|
||||||
margin: 0px 300px;
|
margin: 0px 300px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
text-align: justify;
|
text-align: center;
|
||||||
text-transform: uppercase;
|
|
||||||
color: #888;
|
color: #888;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -426,8 +424,6 @@ nav ul li ul li a {
|
|||||||
.column h4 {
|
.column h4 {
|
||||||
letter-spacing: 2px;
|
letter-spacing: 2px;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
font-family: Roboto;
|
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.column img {
|
.column img {
|
||||||
@ -458,8 +454,6 @@ nav ul li ul li a {
|
|||||||
flex: 50%;
|
flex: 50%;
|
||||||
margin: 100px 50px 50px 50px;
|
margin: 100px 50px 50px 50px;
|
||||||
color: white;
|
color: white;
|
||||||
font-family: Roboto;
|
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.cmembers h4 {
|
.cmembers h4 {
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="css/main.css">
|
<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 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="js/main.js"></script>
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
||||||
|
Loading…
Reference in New Issue
Block a user