Replies: 4 comments
-
还请大佬解答,主题非常喜欢😀。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
我也是一样的问题,请问解决了嘛~ |
Beta Was this translation helpful? Give feedback.
0 replies
-
已经解决了。 https://lvmogu.xyz/2024/01/16471/ 我刚好做了记录。抱歉忘记回复了
Ashelyjiang ***@***.***> 于2024年9月15日周日 17:10写道:
… 我也是一样的问题,请问解决了嘛~
—
Reply to this email directly, view it on GitHub
<#271 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL6I65WZY2AS2IGZS47R573ZWVFIXAVCNFSM6AAAAABOHUKF7GVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANRVGA4TKMA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
使用了介绍的导入外部字体的方式,也使用了系统字体配置。均是在本地hexo运行有效果,上传到GitHub部署后就没有效果了,不知道是配置的问题还是网页加载外部字体失败了。
使用hexo s的本地部署后在网页显示为:
font-family: "Noto Serif SC", "LXGW WenKai Screen", system-ui, "Microsoft Yahei", "Segoe UI", -apple-system, Roboto, Ubuntu, "Helvetica Neue", Arial, "WenQuanYi Micro Hei", sans-serif;
部署到GitHub后显示为:font-family: system-ui, "Microsoft Yahei", "Segoe UI", -apple-system, Roboto, Ubuntu, "Helvetica Neue", Arial, "WenQuanYi Micro Hei", sans-serif;
Beta Was this translation helpful? Give feedback.
All reactions