Font - by Vaqar - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 5 years, 6 months ago ago by Rose Tyler

  • Avatar: Vaqar
    Vaqar
    Participant
    October 2, 2018 at 19:26

    Hi there

    How do you change the menu and content font to a custom font, also could you please let me know how you change the menu font size? Many thanks

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 3, 2018 at 07:33

    Hello,

    By default, there is no possibility to add custom font in Theme Options, this request additional customization (additional customization in source code is out of our support scope).
    You may use css code in Theme Options > Styling > Custom css or style.css file of child theme, for example:

    @font-face {
     font-family: "Open Sans";
     src: url("/fonts/OpenSans-Regular-webfont.woff2") format("woff2"),
            url("/fonts/OpenSans-Regular-webfont.woff") format("woff");
    }
    

    set own path to font
    and then you will be able to aply the font for elements via custom css code.

    Menu font size you can change via Theme Options > Typography > Page > Main Navigation.

    Regards

    Avatar: Vaqar
    Vaqar
    Participant
    October 3, 2018 at 07:54

    Great thank you Rose 🙂

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 3, 2018 at 08:06

    You’re welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Font’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.