Switched fonts for OS X to use the actual UI font.

This commit is contained in:
Thomas Wilburn 2014-02-25 22:01:33 -08:00
parent 7be0dda631
commit 109fdddf1b

View file

@ -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;