From dc201b9ddb1e4e8a5ec18cc9f9b618df889b504c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A5=9A=E6=96=B0=E5=85=83?= Date: Sun, 3 Oct 2021 02:41:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AF=B9=20Google=20?= =?UTF-8?q?=E7=89=88=E6=80=9D=E6=BA=90=E5=AE=8B=E4=BD=93=EF=BC=88Noto=20Se?= =?UTF-8?q?rif=20CJK=20SC=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ubuntu 系统上使用的是Google 版思源宋体,而不是 Adobe 版的,名称有差异,导致 Ubuntu 系统下思源字体不能正常渲染。 --- themes/hugo-xmag/static/css/fonts.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hugo-xmag/static/css/fonts.css b/themes/hugo-xmag/static/css/fonts.css index 2f9fb347c7..2f07028003 100644 --- a/themes/hugo-xmag/static/css/fonts.css +++ b/themes/hugo-xmag/static/css/fonts.css @@ -1,5 +1,5 @@ body { - font-family: Optima, 'Lucida Sans', Calibri, Candara, Arial, 'source-han-serif-sc', 'Source Han Serif SC', 'Source Han Serif CN', 'Source Han Serif TC', 'Source Han Serif TW', 'Source Han Serif', 'Songti SC', 'Microsoft YaHei', sans-serif; + font-family: Optima, 'Lucida Sans', Calibri, Candara, Arial, 'source-han-serif-sc', 'Source Han Serif SC', 'Source Han Serif CN', 'Source Han Serif TC', 'Source Han Serif TW', 'Source Han Serif', 'Noto Serif CJK SC', 'Songti SC', 'Microsoft YaHei', sans-serif; } blockquote { font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, 'STKaiti', 'KaiTi', '楷体', 'SimKai', 'DFKai-SB', 'NSimSun', serif;