diff options
| author | 2017-05-26 12:16:28 +0200 | |
|---|---|---|
| committer | 2017-05-26 12:16:28 +0200 | |
| commit | b848511574d52ca34c91dfacc7ff0e0059b083a6 (patch) | |
| tree | e395c72fb983e498bd2d3436c63db67928fa1f12 /p/themes/base-theme | |
| parent | 1f0c6ee9f7a8fb4daebe629ed636351e0c3c7475 (diff) | |
| parent | d9109442125a2e550a10175d556ed7f600376d06 (diff) | |
Merge pull request #1541 from hoilc/simplified-chinese-translation
simplified chinese translation
Diffstat (limited to 'p/themes/base-theme')
| -rw-r--r-- | p/themes/base-theme/base.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p/themes/base-theme/base.css b/p/themes/base-theme/base.css index 192a957c9..e20d0b621 100644 --- a/p/themes/base-theme/base.css +++ b/p/themes/base-theme/base.css @@ -10,7 +10,7 @@ /*============*/ html, body { height: 100%; - font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif; + font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif; } /*=== Links */ |
