• hi! where do i go change the font in the header. i would like to make oswald or anything else of my choosing. thanks

    my site is mommyneedsalcohol.com

Viewing 1 replies (of 1 total)
  • Hello,
    There is no any options to change the header font family on theme. So you have to write some custom CSS code to change the font family. Write the below CSS code to change the header font family.

    h1.site-title {
        font-family: oswlad !important;
    }

    Note: Child theme is recommended to customize theme.
    Thanks ??

Viewing 1 replies (of 1 total)
  • The topic ‘changing the font on the title’ is closed to new replies.