Use Arial instead of Lato.

I don't care to send evidence of all of my page requests to Google. Arial looks decent enough.
This commit is contained in:
Timothy Farrell 2018-06-02 11:39:56 -05:00
parent 3007a98fd4
commit 8ccd782ead

View File

@ -1,5 +1,4 @@
@import '../node_modules/semantic-ui-reset/reset.css';
@import '../node_modules/semantic-ui-site/site.css';
html {
overflow: hidden;
@ -11,6 +10,7 @@ body {
overflow: auto;
display: flex;
flex-direction: column;
font-family: Arial, sans-serif;
}
/* http://tholman.com/github-corners/ */