make font more readable

This commit is contained in:
LB 2018-01-06 10:34:40 +10:00
parent bcc93806bd
commit 161b47d436

View file

@ -4,7 +4,7 @@ html {
body.wy-body-for-nav {
-webkit-font-smoothing: antialiased; /* Do not remove! */
font-family: Open Sans, Arial, sans-serif;
font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
line-height: 1.5em;
color: #666; /*$color-text-base*/
}