Forum Discussion
JohanLiljeroos
3 years agoCommunity Member
Unable to update the brand-ui font from Lato to Roboto after the new scorm export
Hello, we are doing a course for some baltic languages and have had the problem with that Lato is missing some of the languages special characters. This would result in a diffrent font comming in fo...
PhilFoss
3 years agoCommunity Member
Johan, that is a creative solution changing the font filenames, but I agree not the cleanest solution. These css variables can be kind of confusing, but I was able to use this code to change my ui font to Arial, I put this directly on the index page within the existing style tag. this changes all the 'ui' fonts- mostly the side navigation elements and some other labels.
You'll just want to change to Roboto.
:root {
--font-family-ui: Arial !important;
}
Related Content
- 2 months ago
- 10 months ago