Changing Font in Karuna Theme

  • Alright I feel like this should be pretty straightforward, but I am trying to change the font of my website which is using the Karuna theme. I previously had all the font type as anonymous pro, and when I try to change it to anything else it just does some generic font like times new roman. Does anyone know how to solve this issue?

    I’m also wondering how to change the font of the “contact us” button under the contact page?

    Here’s a link to the site: https://balladofjameslawless.com

    Thanks

    The blog I need help with is: (visible only to logged in users)

  • Hi there,
    It seems like you are using custom below css, which is converting all the fonts to anonymous pro.

    * {
        font-family: "anonymous pro";
    }

    However, if you want to change the font of your site to the default available fonts of “Karuna Theme”
    >Go to your_site->Appearance->Customize
    >On the next screen, click on “Additional Css” & remove only above css from custom css.

    Now, to change the fonts
    >Go to customize left side menu and click on Fonts
    From here screenshot you will be able to change the font types for both heading and base font.

    I’m also wondering how to change the font of the “contact us” button under the contact page?

    The Above procedure will affect the button font also.

    Here you will find all the details about font changing https://wordpress.com/support/custom-fonts/

    Hope this helps. Let us know here
    Thanks

  • The topic ‘Changing Font in Karuna Theme’ is closed to new replies.