diff options
author | kamijin-fanta <kamijin@live.jp> | 2016-10-12 10:32:39 +0900 |
---|---|---|
committer | kamijin-fanta <kamijin@live.jp> | 2016-10-12 10:32:39 +0900 |
commit | 2ae6a009f0be847e07936286f21530ef9be5bba4 (patch) | |
tree | 87ff7b300835e902a4f7d2dcc472250392720c12 /client/components/main/layouts.styl | |
parent | b90d668fbc28f931bf8cdf536311ed1bf2d7d2a7 (diff) | |
download | wekan-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/main/layouts.styl')
-rw-r--r-- | client/components/main/layouts.styl | 2 |
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 |