• Hi,
    as far as I can tell, the site description (which appears next to the site title in my Twenty Nineteen) has a different font.

    I love the font that my static home page site title and page title appear with, but the site description (which my SEO plugin is prompting me to include) has the same font as the page text.

    So I added this to my Additional CSS to fix it:

    .site-description {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    }

    It might be just on Ubuntu – not sure what decides that the font-family should start with “-apple-system”.

    • This topic was modified 5 years, 5 months ago by Adam.
  • The topic ‘Site title and site description have different fonts’ is closed to new replies.