将代码放入你的 <head> 标签内
<link rel="preconnect" href="https://cn.windfonts.com" /> <link rel="stylesheet" type="text/css" crossOrigin='anonymous' href="https://cn.windfonts.com/wenfeng/fonts/pxzs/regular/web/index.css" /> <!-- 此中文网页字体由文风字体(Windfonts)免费提供,您可以自由引用,请务必保留此授权许可标注 https://wenfeng.org/license -->
<link rel="preconnect" href="https://cn.windfonts.com" /> <link rel="stylesheet" type="text/css" crossOrigin='anonymous' href="https://cn.windfonts.com/wenfeng/fonts/pxzs/regular/web/zh_index.css" /> <!-- 此中文网页字体由文风字体(Windfonts)免费提供,您可以自由引用,请务必保留此授权许可标注 https://wenfeng.org/license -->
代码使用示例
// font-weight: 字体权重值 决定字体粗细,存在多个变体时,使用变体值regular。 // 注:若没有生效可使用 100 - 900 之间的值,若还是没生效说明该变体中没有匹配的样式 // font-style: 字体样式 normal | italic | oblique 控制字体风格,可展示倾斜样式 .wf-font-example { font-family: 'wenfeng-pxzs'; // 固定值,不可修改 font-weight: regular|100|200|300|400|500|600|700|800|900|1000; font-style: normal | italic | oblique; }