Switched fonts for OS X to use the actual UI font.
This commit is contained in:
parent
7be0dda631
commit
109fdddf1b
1 changed files with 5 additions and 1 deletions
|
@ -12,7 +12,11 @@ html, body {
|
|||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: "Segoe UI", "Helvetica", "Droid Sans", sans-serif;
|
||||
font-family:
|
||||
"Segoe UI", //windows
|
||||
"Lucida Sans", //os x
|
||||
"Droid Sans", //ubuntu?
|
||||
sans-serif; //fallback
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
|
|
Loading…
Reference in a new issue