Skip to content

Commit b3d8bf7

Browse files
authored
Update font stylesheet link in _config.yml
Replace chinese-font-cdn with unpkg
1 parent 13e2bfb commit b3d8bf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ defaults: # 将所有配置选项使用<https://jekyllrb.com/docs/configuration/
200200
/>
201201
<link
202202
rel='stylesheet'
203-
href='https://chinese-fonts-cdn.deno.dev/packages/jyhpws/dist/%E6%9E%81%E5%BD%B1%E6%AF%81%E7%89%87%E6%96%87%E5%AE%8B/result.css'
203+
href='https://unpkg.com/@chinese-fonts/jyhpws@2.0.0/dist/%E6%9E%81%E5%BD%B1%E6%AF%81%E7%89%87%E6%96%87%E5%AE%8B/result.css'
204204
/>
205205
<style>
206206
body, .markdown-body {

0 commit comments

Comments
 (0)