website: change tagline font to lato

This commit is contained in:
Jack Pearkes 2014-07-27 21:01:58 -04:00 committed by Amadeus Demarzi
parent a4b9e96f7b
commit 95dcc213e9
2 changed files with 4 additions and 2 deletions

View File

@ -122,7 +122,8 @@
color:#fff;
text-align:center;
font-family:"Courier New", Monaco, Menlo, Consolas, monospace;
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 200;
-webkit-transform:translate3d(0,0,0);
-moz-transform:translate3d(0,0,0);

View File

@ -686,7 +686,8 @@ body.page-home #footer {
top: 540px;
color: #fff;
text-align: center;
font-family: "Courier New", Monaco, Menlo, Consolas, monospace;
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 200;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);