website: change tagline font to lato
This commit is contained in:
parent
a4b9e96f7b
commit
95dcc213e9
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue