• Hi, I want to change my site Title and Tagline fonts. I was able to change both fonts to the same one in the Customize menu by entering a different font name over the pre-existing one (Raleway).

    I saw in the Sydney theme stylesheet there are heading fonts specified. I changed all of the Raleway fonts to my new font and did not see a change on the site.

    What is the best way to do this? Thank you!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Upon checking with my web browser’s inspector tool, looks likely the custom font loads correctly on your site’s title and tagline.

    Perhaps you are getting local cache that should be flushed. Try flushing cache on your web browser or computer.

    Thread Starter nick95

    (@nick95)

    Hi Kharis,

    Thanks for the reply. Yes, to clarify, I could change the font in the Appearance > Customize panel and see the changes. However it changed all fonts on the site header (site Title, site Tagline, and the menu buttons). I would like to be able to set unique fonts for all of these items. I don’t want them all to be the same font. Do you know where these fonts are set? In the stylesheet maybe?

    I want to try different fonts like this: https://snipboard.io/bUk02W.jpg

    Alternatively, if we can swap the site Title and Tagline text for an image, that would work as well.

    Thanks!

    Hi @nick95,

    Really sorry for misunderstanding on my side.

    To change the site’s tagline front family, you can use this CSS code. Add it to Appearance > Customize > Additional CSS from dashboard.

    .site-branding .site-description {
    font-family: "Times New Roman", Times, serif;
    }

    To include custom font to your site, you can use additional plugin like Font Awesome: https://www.ads-software.com/plugins/search/font+awesome/.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.