1
0
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:
alopexc0de 2014-07-14 18:34:32 -04:00
parent f5528007a1
commit 3f501132d0

View File

@ -2,7 +2,7 @@ body{
/*background: #2f4f5b;*/
background: #1a6b1a;
background-image: url('../img/body.jpg');
font-family: "Verdana";
font-family: 'Montserrat', serif;
min-width:100%;
}
@ -51,10 +51,10 @@ hr {
}
.header h3{
font-family: "Verdana Bold Italc";
font-size: 60px;
font-family: "Montserrat Bold Italc";
font-size: 52px;
font-weight: 700;
margin-left: 24%;
margin-left: 21%;
color: #53960f;
}