summaryrefslogtreecommitdiffstats
path: root/client/components
diff options
context:
space:
mode:
authorkamijin-fanta <kamijin@live.jp>2016-10-12 10:32:39 +0900
committerkamijin-fanta <kamijin@live.jp>2016-10-12 10:32:39 +0900
commit2ae6a009f0be847e07936286f21530ef9be5bba4 (patch)
tree87ff7b300835e902a4f7d2dcc472250392720c12 /client/components
parentb90d668fbc28f931bf8cdf536311ed1bf2d7d2a7 (diff)
downloadwekan-2ae6a009f0be847e07936286f21530ef9be5bba4.tar.gz
wekan-2ae6a009f0be847e07936286f21530ef9be5bba4.tar.bz2
wekan-2ae6a009f0be847e07936286f21530ef9be5bba4.zip
UI: fix font
- Add YuGothic and Meiryo. because display of non english letter dirty.
Diffstat (limited to 'client/components')
-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 83d4d693..c515eed0 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, sans-serif
+ font: 14px Roboto, "Helvetica Neue", Arial, Helvetica, "Yu Gothic", "Meiryo", sans-serif
line-height: 18px
color: #4d4d4d