Forum Discussion
Fonts change to Times New Roman when course is published from Rise
Hello,
No matter what type of font I use (system, custom, Articulate, etc.) when I publish the course to view for web only, it replaces the fonts I choose with Times New Roman.
I built the course in Chrome on the PC side of my iMac (split using Parallels). It doesn't replace the font when I publish to Review. I've viewed it in Chrome, Safari, and IE and it shows up with TNR instead of the fonts I chose every time.
When I publish a SCORM file and put it on the LMS, it has the correct fonts in it. So the problem is just when published for web.
How can I make sure it keeps the fonts I selected when published to the web?
Thanks for your help!
Thanks for reaching out Ken. You should be hearing from someone soon.
- RobRansom-56becCommunity Member
Was this issue resolved? I'm having the exact same problem - all fonts set to Lato, but changing to TNR when I publish. Course developed using Chrome 65.0.3325.181 on Windows 10
- BrianBishop-d2aCommunity Member
I'm having the same problem - Rise course published for the web and uploaded to a web server. In IE, the fonts show up as Times New Roman instead of my chosen fonts, Lato and Raleway. In Chrome, the fonts are fine.
What's the solution?
* Update: Tested on another machine. Times New Roman appearing in Chrome on that machine. The boss is not pleased.
Hi Brian and Rob,
Are you able to share a link to the course hosted in your server/LMS so that we could also test it? If you have the Rise export zipped folder, it would be helpful to have that too. You can upload here using the Add Attachment button at the bottom of the forum discussion reply window.
- BrianBishop-d2aCommunity Member
Hi Ashley -
Thanks for checking in. I can't get you access to the course on the web server because it's inside our firewall. But attached is just one of the courses where we're seeing the issue.
- RobRansom-56becCommunity Member
The problem is browser-specific. The fonts are OK using Chrome but not using IE11 or Firefox 56.
- KenRogersCommunity Member
That's really interesting. On mine, it replaces the font no matter what browser I view it with.
Our tech support still hasn't been able to get this fixed using the MIME Type change, but they're going to give it another shot. Fingers crossed it works this time.
- JustinStaff
So glad to hear it, Brian. Have a great day!
- JustinStaff
That's a stumper, Ken.
If you're able to share the URL to your published Rise output on your Web Server, we might be able to diagnose the root cause from our end. ...and if you can't share the URL publicly, we'd be happy to have you send it privately.
Thanks!
- KenRogersCommunity Member
Thanks Justin! This is what our tech support guy said:
I did install the correct .woff download to the IIS manager on the server. If there's anything Articulate support staff can provide for us to implement to the IIS manager then we can go from there. Let me know if they provide any additional steps needed to take and we can help from there.
So if you have any further advice, it would be very much appreciated. I'll send the URL privately.
Thanks!
- JustinStaff
Thanks, Ken. I see your Case Number 01349717, and I'll be taking a peek at your URL personally.
Have a great day!
- KenRogersCommunity Member
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!
- VernonHamptonCommunity 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?
- VernonHamptonCommunity 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".