在Windows 8中添加字体javascript appliction(@ font-face)

时间:2012-11-25 19:46:19

标签: css windows-8

使用Windows 8 java脚本应用程序,我添加了新字体,如下所示:

  @font-face{
  font-family: "myalpha";
  src: url("/fonts/myAlpha.ttf") format('truetype');
  } 

这产生了一个错误:

@font-face failed OpenType embedding permission check. Permission must be Installable.

这是什么意思?是不支持truetype字体?

1 个答案:

答案 0 :(得分:2)

您需要将True Type字体的嵌入级别更改为installable embedding allowed。 您可以使用此tool,但请确保字体许可证允许嵌入。