diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-03-24 21:45:03 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-03-24 21:45:03 +0200 |
commit | d60cd71e64a53b077476b7ba77559ee67ce00de8 (patch) | |
tree | 24d2205da25385e9b682cbf46b3958c9a74e4383 | |
parent | 16366db2a55e62b45089ea5682639f1fca3cb8d8 (diff) | |
download | wekan-d60cd71e64a53b077476b7ba77559ee67ce00de8.tar.gz wekan-d60cd71e64a53b077476b7ba77559ee67ce00de8.tar.bz2 wekan-d60cd71e64a53b077476b7ba77559ee67ce00de8.zip |
Fix fonts. Still looking for better solution for #707
-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 f02c2489..349ee743 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 "Lucida Sans Unicode", "Lucida Grande", sans-serif + font: 14px Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif line-height: 18px color: #4d4d4d |