diff options
author | Vitaly Takmazov | 2016-08-29 15:54:28 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-08-29 15:55:52 +0300 |
commit | 021ad70e07fb6543d616db03d83c51dbf777a85c (patch) | |
tree | 202805d4810511121daa98982fbc560fca75cdcb | |
parent | ebd3edf299668ee8faf41eeecf093bf81f263675 (diff) |
www: other system fonts
-rw-r--r-- | juick-www/src/main/static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index fc041cba..ad75eab8 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -1,5 +1,5 @@ html,body,div,h1,h2,ul,li,p,form,input,textarea,pre { margin: 0; padding: 0; } -html,input,textarea { font-family: -apple-system, sans-serif; font-size: 12pt; } +html,input,textarea { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Droid Sans", "Helvetica Neue", sans-serif; font-size: 12pt; } html { background: #EEEEE5; color: #000; } body { width: 1000px; margin: 0 auto; } h1,h2 { font-weight: normal; } |