From 846a87566f9f631bfe3b9789daf11d5873e41bfa Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 19 Aug 2016 22:58:00 +0300 Subject: www: -apple-system font --- juick-www/src/main/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juick-www/src/main/static/style.css') diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index 5548b79a..0ea0bef8 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: sans-serif; font-size: 12pt; } +html,input,textarea { font-family: -apple-system, sans-serif; font-size: 12pt; } html { background: #EEEEE5; color: #000; } body { width: 1024px; margin: 0 auto; } h1,h2 { font-weight: normal; } -- cgit v1.2.3