更改memos的字体为霞鹜文楷
AI摘要:文章介绍了如何通过更改memos的自定义样式来将字体改为霞鹜文楷。由于跨域问题导致一些图标和字体无法正常显示,作者决定自建一个霞鹜文楷的CDN,并提供了相应的代码供读者复制粘贴使用。
通过memos的自定义样式更改字体为霞鹜文楷
由于cdn.staticfile.org出现了跨域的问题导致很多图标和字体无法正常显示.
加上ucloud买了一年100G的CDN流量.
自己反正也很少用,就自建一个霞鹜文楷的CDN
把以下代码复制粘贴进memos的自定义样式中保存即可.
@import '//cdn.09j.cn/lxgw-wenkai-webfont/style.css';
body {
font-family: "LXGW WenKai", sans-serif;
}
关闭
复制链接
https://imsun.org/archives/1436.html
Warning: Undefined array key "HTTP_ACCEPT_LANGUAGE" in /www/sites/imsun.org/index/usr/themes/farallon/comments.php on line 4
Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/sites/imsun.org/index/usr/themes/farallon/comments.php on line 4
老孙同款主题字体还是不知道咋用
在自定义head中加入
<link rel="stylesheet" href="https://cdn.imsun.org/lxgw-wenkai-screen-webfont/lxgwwenkaigbscreen.css" /> <style> body { font-family: "LXGW WenKai Screen", sans-serif; } </style>继续测试评论
测试评论222[f=shengli]
评论测试