Forum Discussion
Fonts change to Times New Roman when course is published from Rise
Okay, we got it working. Turned out, because GoDaddy hosts our server, we had to add some code to the webconfig file in the server's root directory. After the opening <system.webServer> tag in that file, I added this:
<staticContent>
<mimeMap fileExtension=".woff" mimeType="application/font-woff" />
</staticContent>
I refreshed the course where I'd been viewing it Safari and, sure enough, it's fixed. Looks like it's working now in other browsers, too.
Thanks again for all your help, Justin!
- VernonHampton2 years agoCommunity Member
I understand this post is over 5 years old, but I'm in the same boat in the present. I have the correct mime type setup but to no success. I just tried adding this static content tag in the web config file, and it completely altered the entire application. I put in a ticket for this issue a year ago but nothing has changed. Has there been any updated content regarding this issue?
- VernonHampton2 years agoCommunity Member
To add, it looks like I'm dealing with the following at least in Chrome:
web-client-content-script.js:2 Refused to load the font 'data:application/font-woff; because it violates the following Content Security Policy directive: "font-src 'self' fonts.gstatic.com *.googleapis.com".
- AngeloCruz2 years agoStaff
Hello Vernon! I see the case you've opened and it's being handled by my colleague Mark.
He sent you an email on the 21st asking for more information about the issue. Feel free to reply to your conversation if you still need assistance regarding this matter.
Let me know if you did not receive an email reply so that I can get Mark to send a follow-up email to you.