website: fix fonts

This commit is contained in:
Jack Pearkes 2014-07-28 11:51:57 -04:00
parent 99a4439359
commit bb0e31c4cb
3 changed files with 6 additions and 4 deletions

View File

@ -8,11 +8,12 @@
}*/
body {
-webkit-font-smoothing: antialiased;
color: @black;
background-color: @black;
font-size: 15px;
font-family: @font-family-lato;
font-weight: 300;
font-weight: 500;
}
h1{

View File

@ -124,7 +124,7 @@
visibility:hidden;
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 100;
font-weight: 300;
-webkit-transform:translate3d(0,0,0);
-moz-transform:translate3d(0,0,0);

View File

@ -19,11 +19,12 @@
-webkit-font-smoothing: antialiased;
}*/
body {
-webkit-font-smoothing: antialiased;
color: #000000;
background-color: #000000;
font-size: 15px;
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
font-weight: 500;
}
h1 {
font-size: 42px;
@ -688,7 +689,7 @@ body.page-home #footer {
text-align: center;
visibility: hidden;
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 100;
font-weight: 300;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);