字体优化设置

This commit is contained in:
jxxghp
2025-04-21 08:03:07 +08:00
parent c60eea73fc
commit da04cfc683
4 changed files with 225 additions and 212 deletions

View File

@@ -9,7 +9,7 @@
webFontLoader.load({
google: {
families: ['Inter:100,200,300,400,500,600,700&display=swap'],
families: ['Inter:100,200,300,400,500,600,700&display=swap', 'Noto+Sans+SC:400,500,700&display=swap'],
},
})
})()