使用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字体?