• Resolved leon183

    (@leon183)


    Hi I have google fonts plugin installed and it seems to be working fine for everything except the Site title (h1) font. Is there a custom css code I could use? I’ve played around with a couple but to no avail

Viewing 3 replies - 1 through 3 (of 3 total)
  • divjotsingh_440

    (@divjotsingh_440)

    try adding

    h1.site-title a {
    font-family : (your font);
    }

    Thanks Divjot.

    Make sure you place the font in Double quotes like:

    h1.site-title a {
    font-family : "Times New Roman", serif;
    }

    Make sure you place the font in Double quotes like:

    h1.site-title a {
    font-family : "Times New Roman", serif;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Title Site font’ is closed to new replies.