From eaa09ea34193c579166b9b1b38b7fc69060fc138 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 19 Mar 2017 22:48:26 +0200 Subject: Fix default font so Chinese is shown correctly. Closes #914 --- client/components/main/layouts.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-1-g7c22