Forum Discussion
Custom font for the side menu?
Hello again,
We have found a temporary solution, until we wait for an official fix.
In any RISE export, inside "(\scormcontent)\lib\main.bundle.js" you have to replace all "!important" entries in the JS code with a blank entry. In this way, all the "!important" tags in the generated CSS code will no longer be there and there shouldn't be any hierarchy left, other than what is written by default in index.html and perhaps in .css files, but with this you can now freely adjust the hierarchy and make changes at will in all of these files, which you couldn't before as the hierarchy set by the JavaScript would always be higher.
Here's an example with Notepad++ in making these changes:
Any more advanced text/code editor can do this, example with Visual Studio Code:
So far we haven't found any problems with this, but everyone who also had an issue here, we invite all to test this with their RISE courses and give further feedback here.
Hi, can you describe where exactly you have to make the changes after removing the !important tags in the js-code? Because changing the font-familiy in brand--ui (as mentioned at the beginning) did nothing.
Thank you & best regards!