aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Screwdriver/screwdriver.css
diff options
context:
space:
mode:
authorGravatar hoilc <hoilc@foxmail.com> 2017-05-24 11:55:05 +0800
committerGravatar hoilc <hoilc@foxmail.com> 2017-05-24 11:55:05 +0800
commit1828e0c27a8d014081808f08dfbaf2b626a51652 (patch)
tree06232d7986bb5e944a817f56d70c848205ca19df /p/themes/Screwdriver/screwdriver.css
parentc35af6f7378e5e93e727b729eed9f61e95716926 (diff)
add default simplified chinese font for Windows and MacOS
Diffstat (limited to 'p/themes/Screwdriver/screwdriver.css')
-rw-r--r--p/themes/Screwdriver/screwdriver.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css
index 9dbe523a1..03ef45fa9 100644
--- a/p/themes/Screwdriver/screwdriver.css
+++ b/p/themes/Screwdriver/screwdriver.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;
background: #fafafa;
font-size: 92%;
}