diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-02-10 08:18:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-10 08:18:44 +0200 |
commit | 6900ad3f029039fd2ca7f1ebeb54a44b01c7c995 (patch) | |
tree | 972ba1fde2a36161d86d788b7adabf6338b9180e /client/components/main/layouts.styl | |
parent | 17309f60395dca37557b1b2a7187df56a946b878 (diff) | |
parent | 2ae6a009f0be847e07936286f21530ef9be5bba4 (diff) | |
download | wekan-6900ad3f029039fd2ca7f1ebeb54a44b01c7c995.tar.gz wekan-6900ad3f029039fd2ca7f1ebeb54a44b01c7c995.tar.bz2 wekan-6900ad3f029039fd2ca7f1ebeb54a44b01c7c995.zip |
Merge pull request #707 from kamijin-fanta/fix/font-family
UI: fix font
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 38fd83ec..40f50cfd 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 |