Skip to content

put_html 使用本地字体无效 #259

@gvenusleo

Description

@gvenusleo

在 html 中使用 @font-face 方法引入本地字体文件,用 put_html 输出 html 时,无法渲染出正确字体。

@font-face {
  font-family: "HYKSK";
  src: url("pages/fonts/HYKongShanKaiW.ttf") format("truetype");
}

Python 版本:3.10.1
PyWebIo 版本:1.5.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions