mirror of
https://github.com/gamaio/lobli.git
synced 2025-01-03 15:52:42 +00:00
Move from Verdana font to the Montserrat font
Yay for being no longer OS dependant for the font! :3
This commit is contained in:
parent
f5528007a1
commit
3f501132d0
@ -2,7 +2,7 @@ body{
|
|||||||
/*background: #2f4f5b;*/
|
/*background: #2f4f5b;*/
|
||||||
background: #1a6b1a;
|
background: #1a6b1a;
|
||||||
background-image: url('../img/body.jpg');
|
background-image: url('../img/body.jpg');
|
||||||
font-family: "Verdana";
|
font-family: 'Montserrat', serif;
|
||||||
min-width:100%;
|
min-width:100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -51,10 +51,10 @@ hr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.header h3{
|
.header h3{
|
||||||
font-family: "Verdana Bold Italc";
|
font-family: "Montserrat Bold Italc";
|
||||||
font-size: 60px;
|
font-size: 52px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
margin-left: 24%;
|
margin-left: 21%;
|
||||||
color: #53960f;
|
color: #53960f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user