TalentLMS lets you add your own CSS styles to your themes to give your portal a unique look and feel. That way, by overriding the default CSS styles, you can customize almost everything.
To change the default unit font, here’s what you have to do:
1. Sign in to your TalentLMS account as Administrator and go to Home > Account & Settings.
2. Go to the Themes tab and, from the Theme drop-down list, choose your active theme.
3. Go to the CSS tab.
4. In the code area, add the following CSS snippet to override the existing styles and change your default unit font to “Arial”:
.readability, .readability p, .readability li, .readability h1, .readability h2, .readability h3, .readability h4, .readability blockquote, .readability span { font-family:'Arial'; }
5. Click Update to save your changes or Save as new to create a new theme with your settings.
Note: As of v1.7 we offer a variety of fonts that you can use for your content. |