• Resolved teambadv_blog

    (@teambadv_blog)


    Pacifico is not a normal web font but works on this theme for the site title. I would like to change the font in the CSS – what ones are acceptable?

Viewing 1 replies (of 1 total)
  • You can change the font via css. Go to “Appearance > Customize > CSS” and insert this

    .banner .banner-title,
    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        font-family: 'Merriweather', serif;
    }

    You can also use custom css plugin to modify the css as you like

Viewing 1 replies (of 1 total)
  • The topic ‘Font-Family Changes’ is closed to new replies.