Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #380891

    Hello,

    I installed the Plugin Easy Google Fonts (https://wordpress.org/plugins/easy-google-fonts/)
    and chose Noto Sans for all Headings and the Body Text.

    How to choose this Font-Family for the Main Menu, Secondary Menu and Footer Menu?

    Thank you!
    Bernd

    #380897

    Hey Bernd!

    Please use following code in Quick CSS

    .av-main-nav > li > a, .sub_menu>ul>li>a, .sub_menu>div>ul>li>a, #socket .sub_menu_socket {
    font-family: Noto Sans !important; 
    }

    Regards,
    Yigit

    #380913

    Yigit! Fast as the wind!

    Is there a way to compress the spacing between letters or compress the font?

    Thank you!

    #380914

    Hi!

    You can add following code to Quick CSS and change the letter spacing as needed

    .av-main-nav > li > a, .sub_menu>ul>li>a, .sub_menu>div>ul>li>a, #socket .sub_menu_socket {
    letter-spacing: -0.06em;
    }

    Cheers!
    Yigit

    #380922

    Yigit, You must have 12 hands :-)

    #380926

    Hi!

    :) So can we assume that code worked fine? :)

    Regards,
    Yigit

    #380928

    as always Yigit!

    #380932

    Hey!

    Great! Let us know if you have any other questions or issues Bikul and have a nice weekend! :)

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Google Fonts in Menus’ is closed to new replies.