Skip to content
New issue

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

Review MimeType issue in web.config for woff2 fonts #979

Open
johnhenley opened this issue Jul 10, 2024 · 2 comments
Open

Review MimeType issue in web.config for woff2 fonts #979

johnhenley opened this issue Jul 10, 2024 · 2 comments
Assignees
Labels
question Further information is requested themes Dnn Community Forums Themes

Comments

@johnhenley
Copy link
Collaborator

johnhenley commented Jul 10, 2024

          > @Timo-Breumelhof  to review MimeType issue in web.config for woff2 fonts.

image

image

@timo

Originally posted by @johnhenley in #599 (comment)

@Timo-Breumelhof
Copy link
Contributor

If I add this to my web.config ( <staticContent>) , it works (locally)

<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" />

@Timo-Breumelhof
Copy link
Contributor

See IIS Management > MIME Types >

image

@Timo-Breumelhof Timo-Breumelhof self-assigned this Jul 11, 2024
@Timo-Breumelhof Timo-Breumelhof added question Further information is requested themes Dnn Community Forums Themes labels Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested themes Dnn Community Forums Themes
Projects
None yet
Development

No branches or pull requests

2 participants