diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2016-10-26 11:55:02 -0400 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2016-10-26 11:55:02 -0400 |
commit | 547044a2b8f35fc8253697f402f6207384fc9501 (patch) | |
tree | cc9fd227f639df3eca2282fe37e9fb03c7d0878d /source | |
parent | cc6c7a68b122b83392dd6d7f3b87e5e813913efc (diff) | |
download | my_new_personal_website-547044a2b8f35fc8253697f402f6207384fc9501.tar.xz my_new_personal_website-547044a2b8f35fc8253697f402f6207384fc9501.zip |
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.
Diffstat (limited to 'source')
-rw-r--r-- | source/css/theme.css | 2 |
1 files changed, 2 insertions, 0 deletions
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) */ |