mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
Merge pull request #707 from kamijin-fanta/fix/font-family
UI: fix font
This commit is contained in:
commit
6900ad3f02
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, sans-serif
|
||||
font: 14px Roboto, "Helvetica Neue", Arial, Helvetica, "Yu Gothic", "Meiryo", sans-serif
|
||||
line-height: 18px
|
||||
color: #4d4d4d
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue