• Hello,

    I’ve tried to add a non-google fonts/ non-Adobe typography to the full site.
    I’m using the Botiga theme but I have not been successful thus far.
    I have downloaded the custom fonts plugin but it only allows me to use the font when in elementor. I added some CSS as I uploaded the font ttf in the file manager.

    Please advice on how I can actually use my preferred typography on the full site.
    The fact that we can only use google or adobe has been not user friendly.

    I do not have an API key.

    Thanks,

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    To override the default font family of the theme, you can add this code to your custom CSS.

    body,
    button,
    input,
    select,
    optgroup,
    textarea,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .site-title {
       font-family: "Your Font Family Name";
    }

    Hope this reply helps.

    Thread Starter arrousia

    (@arrousia)

    Hi Kharis,

    This did work indeed!
    Thanks a lot for your help.
    I have an additional question.
    The text area on my shop page doesn’t want to go full page and I have not to option to edit this with the additional builders. Any idea how I can have this adapted as well?

    Thanks,
    Ani

    You’re welcome Ani!

    The text area on my shop page doesn’t want to go full page and I have not to option to edit this with the additional builders. Any idea how I can have this adapted as well?

    Looks likely this query is not related to the initial topic. Please mark this topic as resolved since you got the code I suggested worked for you. Then raise a new topic for your other question. Please use one topic for one question.

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

The topic ‘Change global typography’ is closed to new replies.