Small fix to simplify font style

This commit is contained in:
Jef van Schendel 2012-01-15 17:23:21 +01:00
parent 62f2557cae
commit 8c7701f9f1

View File

@ -32,8 +32,7 @@ body {
padding: none;
margin: 0px;
height: 100%;
font: 16px "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
font-family:'Lato', sans-serif;
font: 16px 'Lato', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}
form {