在 html 中使用 `@font-face` 方法引入本地字体文件,用 `put_html` 输出 html 时,无法渲染出正确字体。 ```html @font-face { font-family: "HYKSK"; src: url("pages/fonts/HYKongShanKaiW.ttf") format("truetype"); } ``` Python 版本:3.10.1 PyWebIo 版本:1.5.2