Forum Discussion
Rise Details section Font broken
- 3 years ago
Hey everyone! I'm happy to let you know that we've fixed the issue where the wrong font was showing on your mobile devices. Please export your courses again to take advantage of the fix.
I want to emphasize to the community and the devs, this issue was caused by an update last month. After the update this issue was present. It's a simple font bug that is caused by the screen being resized to a smaller breakpoint.
To the devs: To fix this issue, take a look at the screen size breakpoint where the font switches. You're using a "font:inhert;" call to the body but after the breakpoint, it's restoring a default "Times New Roman" font instead of continuing its inheritance from the body font.
I've done my best here to at least point the devs in the right direction and if there are any coding whizzes in this community, maybe you can identify a solution for the dev team.