You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, the font does not render in IE11 because the font does have a flag called installable embedding set with a restrictive level, which means that the font has restrictions in terms of where can be embedded/used.
Is there a way to change such flag value from the library programmatically?
Starting to love the font domain :D. I have the same issue as reported here: https://stackoverflow.com/questions/5587956/make-adobe-fonts-work-with-css3-font-face-in-ie9, with the due exception that the error happens on IE11.
Basically, the font does not render in IE11 because the font does have a flag called installable embedding set with a restrictive level, which means that the font has restrictions in terms of where can be embedded/used.
Is there a way to change such flag value from the library programmatically?
If not available would this help to be taken as inspiration? https://github.com/hisdeedsaredust/ttembed
The text was updated successfully, but these errors were encountered: