Can I use my site's own font or a custom font for the display? (Advanced)

Yes, you can.

To use your site's own font, simply select "Use site font" from the drop down lists in the Control Panel for each module.

 

To use a custom font, you'll need to do this in CSS and the font needs to be loaded on the website page. Simply add the font name to the CSS in the section you want it to show up in, leaving the fallback fonts as well.

For instance, if you wanted the title of your siderail to be in Comic Sans (!!!), you would insert this CSS into the CSS box in the Contextly control panel or in your own CSS file:

body .ctx-siderail-default .ctx-sr-title p { font-weight: normal !important; font-family: "Comic Sans MS", cursive !important; }
Have more questions? Submit a request

Comments