From 547044a2b8f35fc8253697f402f6207384fc9501 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Wed, 26 Oct 2016 11:55:02 -0400 Subject: theme.css: add Songti SC to fallback Chinese fonts macOS 10.12 slimmed down its base installer image by excluding many fonts and making them on-demand downloads in Font Book. --- source/css/theme.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/css/theme.css b/source/css/theme.css index 9b43397f..2f9a99c9 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -19,6 +19,8 @@ body { font-family: Times, "Times New Roman", /* Chinese fonts */ "Kaiti SC", /* macOS */ + "Songti SC", /* macOS 10.12+ where Kaiti SC isn't installed by default + but is instead available as a downloadable component */ 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) */ -- cgit v1.2.1