mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 05:57:13 -04:00
Fix default font so Chinese is shown correctly. Closes #914
This commit is contained in:
parent
0472b98aa4
commit
eaa09ea341
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue