summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <lauri.ojansivu@kehatieto.fi>2017-03-19 22:48:26 +0200
committerLauri Ojansivu <lauri.ojansivu@kehatieto.fi>2017-03-19 22:48:26 +0200
commiteaa09ea34193c579166b9b1b38b7fc69060fc138 (patch)
treec71803a5505c801532904646e7a1cc19184c9645
parent0472b98aa4e79186ae043b53474de111a1fb5a6f (diff)
downloadwekan-eaa09ea34193c579166b9b1b38b7fc69060fc138.tar.gz
wekan-eaa09ea34193c579166b9b1b38b7fc69060fc138.tar.bz2
wekan-eaa09ea34193c579166b9b1b38b7fc69060fc138.zip
Fix default font so Chinese is shown correctly. Closes #914
-rw-r--r--client/components/main/layouts.styl2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/main/layouts.styl b/client/components/main/layouts.styl
index 1bc92b42..f02c2489 100644
--- a/client/components/main/layouts.styl
+++ b/client/components/main/layouts.styl
@@ -3,7 +3,7 @@
global-reset()
html, body, input, select, textarea, button
- font: 14px Roboto, "Helvetica Neue", Arial, Helvetica, "Yu Gothic", "Meiryo", sans-serif
+ font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif
line-height: 18px
color: #4d4d4d