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:
parent
5e76d7a1be
commit
ba577a699c
@ -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/ */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user