Skip to content

otf格式字体文件运行失败,不支持 #205

@Volcano-Yang

Description

@Volcano-Yang

复现文件

测试字体包.zip

复现html

`

<title>Document</title> <style> @font-face { font-family: "DIN"; src: url("./DIN-Bold.ttf"); font-weight: normal; font-size: normal; }
  @font-face {
    font-family: "TencentSans";
    src: url("./TencentSans.ttf");
    font-weight: normal;
    font-size: normal;
  }

  .font1 {
    font-family: "DIN";
    font-size: 20px;
  }

  .font2 {
    font-family: "TencentSans";
    font-size: 20px;
  }
</style>
1 2 3 4 5 6 7 8 9 0
免 费 1 2 3 4 5 6 7 8 9 0
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions