Unused web fonts still show up in code

  1. Clear cache

  2. In general yes (This is like any other resource) - but on webflow if you add custom font and dont use it - NOT
    https://discourse.webflow.com/t/custom-fonts-and-website-load-times/40234/2

  3. If you set the font-family to the bodyclass and add this class to all pages - you can change to font-3 in one click for the entire site:
    https://university.webflow.com/article/text-style-inheritance

Specificity

If you change body-font for more specific selector (.header-heading-3 for example) - you should change manually this specific styles (This is why most of the time you declare font in body-level - DRY)

specific” read her the idea:

Example:
http://cssspecificity.com/

Styling all

Also you can add style to Elements (p, h1-6, and so on - than change at once font for all Paragraphs or any other element). Read her about “Styling the All Paragraphs tag”
https://university.webflow.com/article/paragraph

1 Like