汉仪空山楷 web font
1,引入 CSS 文件。
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/bofeng/hyksk_webfont/dist/hyksk.css" />
2,应用字体样式
body {
font-family: hyksk, sans-serif;
}
- Use git to clone this repo, or fork it.
- Delete all files under the source folder.
- Delete all files under the dist folder.
- Download the HYKSK font, put all .ttf files into the source folder.
- Run
pnpm install
andpnpm run build
. you will be able to see the generated files under the dist folder.