Website and cms font

have changed my main website font and the cms would not change font, can anyone tell me what code i missed?

Hi there!

To update fonts across your site including CMS content, follow these steps:

  1. Open the Style manager (keyboard shortcut: G)
  2. Type your font name in the search field to find all instances where it’s used
  3. Update the font in the Style panel > Typography > Font section for:
    • Individual classes that appear in your search results
    • HTML tags that use the font
  4. For site-wide changes, select the Body (All pages) tag in the Navigator panel
  5. Publish your site to apply the changes

Remember to check both your static and CMS pages to ensure the font updates are consistent throughout your site.

Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.

Make sure your CMS text elements are pulling a class that has the new font applied,if they’re stuck on “All Paragraphs” or a default text style, they won’t inherit the body font. I had to reassign classes on a client blog before the font update showed.

so most of the font has fixed the issue is with the rich text block that keeps showing the old font in the cms even when creating a new class

Hey Meir, share your readonly designer link with details on where you’re having problems, I’ll show you what you need to adjust.

You likely missed one of these when changing your CMS font:

  1. Font not loaded – add <link> (Google Fonts) or @font-face (self-host).

  2. Wrong selector – set font on html, body { font-family:"YourFont", sans-serif; }.

  3. Overridden styles – CMS or blocks may inject stronger rules → use !important if needed.

  4. Wrong name/weight – make sure family name matches exactly and requested weights exist.

:backhand_index_pointing_right: Quick fix:

html, body {
  font-family: "YourFont", sans-serif !important;
}

That should force your new font across the site.
And by the way, check out ssyoutube.online — the best YouTube downloader .