mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-31 07:08:40 -04:00
Updated to support ja, zh-TW, zh-CN font and removed non-latin font in all default styles to allow font fallbacks
This commit is contained in:
parent
ff2fc76491
commit
dcebc75d39
4 changed files with 27 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
/* for markdown-body */
|
||||
|
||||
.markdown-body {
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", Meiryo, "MS ゴシック", "MS Gothic", sans-serif;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
padding-top: 40px;
|
||||
padding-bottom: 40px;
|
||||
max-width: 758px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue