Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #301033

    Hi there,

    A quick question as I have not seen this option anywhere: how can I upload a new (web) font to be able to use it for the menu titles and main content of the site? (not a Fontello icon font)

    And a bonus question (sorry for that): I would like to change the font of the sub-menus (main menu) – it does not appear as an option right now, can I do it and how?

    May thanks for your answers!
    Best,

    Cerasela

    #301336

    Hi cerasel!

    If you mean add another google font then you can do so via a function: https://kriesi.at/support/topic/adding-google-fonts-plural/#post-166980

    The web safe fonts are standard web fonts that aren’t loaded in by the theme and are instead set as css values since they are “standard” and available on most users computers.

    For the sub menu you would need to use a css snippet. Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    #top #wrap_all .av-main-nav .sub-menu li {
        font-family: Times New Roman;
    }
    
    

    Best regards,
    Devin

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.