We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following error is seen when using the plugin in IE:
CSS3114: @font-face failed OpenType embedding permission check. Permission must be Installable. fontawesome-webfont.ttf
Running on IIS, and adding the following to web.config did not fix the problem:
system.webServer> httpProtocol> customHeaders> add name="Access-Control-Allow-Origin" value="*" /> add name="Access-Control-Allow-Methods" value="GET,PUT,POST,DELETE,OPTIONS" /> add name="Access-Control-Allow-Headers" value="Content-Type" /> /customHeaders> /httpProtocol> /system.webServer>
One suggested solution is to add the mime type to IIS. However this webfont should be removed all together to make it better platform-agnostic.
The text was updated successfully, but these errors were encountered:
This problem is known. Soon to be updated where you can choose to use the web fonts or icons buttons.
Sorry, something went wrong.
Are you addressing the other issues posted here: https://forum.videolan.org/viewtopic.php?f=16&t=113272 ?
No branches or pull requests
The following error is seen when using the plugin in IE:
CSS3114: @font-face failed OpenType embedding permission check. Permission must be Installable.
fontawesome-webfont.ttf
Running on IIS, and adding the following to web.config did not fix the problem:
system.webServer>
httpProtocol>
customHeaders>
add name="Access-Control-Allow-Origin" value="*" />
add name="Access-Control-Allow-Methods" value="GET,PUT,POST,DELETE,OPTIONS" />
add name="Access-Control-Allow-Headers" value="Content-Type" />
/customHeaders>
/httpProtocol>
/system.webServer>
One suggested solution is to add the mime type to IIS. However this webfont should be removed all together to make it better platform-agnostic.
The text was updated successfully, but these errors were encountered: