Working on windows 8 java script application, I added new font as folows:
@font-face{
font-family: "myalpha";
src: url("/fonts/myAlpha.ttf") format('truetype');
}
this produced an error:
@font-face failed OpenType embedding permission check. Permission must be Installable.
What does this mean? are truetype fonts are not supported?