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
> @Timo-Breumelhof to review MimeType issue in web.config for woff2 fonts.
@timo
Originally posted by @johnhenley in #599 (comment)
The text was updated successfully, but these errors were encountered:
If I add this to my web.config ( <staticContent>) , it works (locally)
<staticContent>
<remove fileExtension=".woff2" /> <mimeMap fileExtension=".woff2" mimeType="font/woff2" />
But I also have the mime type added in IIS.
I can only reproduce by adding:
<remove fileExtension=".woff2" />
Sorry, something went wrong.
See IIS Management > MIME Types >
Timo-Breumelhof
No branches or pull requests
@timo
Originally posted by @johnhenley in #599 (comment)
The text was updated successfully, but these errors were encountered: