• Author
    Posts
    • #4407
      Cynthia Lay
      Participant

      Is there any way to change the font for the Site Identity? Thanks!

    • #4408
      Andre
      Participant

      Hi Cynthia. There is, but you will want to make sure you use a font that is already in computers (Windows and Mac’s) or if you decide to use a font plugin. But in the customizer, you would copy this code and put it into the Additional CSS tab:

      #site-title {
      font-family: "Playfair Display", "Times New Roman", Times, serif;
      }

      The fonts you see above are the ones for this theme, but you would change them out to the fonts you want. The first font is what would load up for a visitor to your site, but if that font wasn’t available, it then goes to the next one “Times New Roman”, and if that wasn’t available, it goes to the next…etc.

      Do you know what font you want to use?

Viewing 1 reply thread
  • You must be logged in to reply to this topic.