From 2dd20788f37f7c4f25928978810ea968fd57c427 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Sun, 10 Jul 2016 11:30:52 +0800 Subject: Add Chinese typography features --- source/css/theme.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'source/css/theme.css') diff --git a/source/css/theme.css b/source/css/theme.css index b81f989d..cf1af58f 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -1,6 +1,14 @@ body { color: #000; - font-family: Times, "Times New Roman", serif; + font-family: Times, "Times New Roman", + /* Chinese fonts */ + "Kaiti SC", /* macOS */ + KaiTi, /* Windows (simkai.ttf, not always included despite + https://www.microsoft.com/typography/fonts/product.aspx?PID=161 + https://www.microsoft.com/typography/fonts/product.aspx?PID=164) */ + "Microsoft YaHei", /* Windows */ + "Heiti SC", /* iOS */ + serif; font-size: 16px; -webkit-font-smoothing: antialiased; margin: 100px 0; -- cgit v1.2.1