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
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
Yigit! Fast as the wind!
Is there a way to compress the spacing between letters or compress the font?
Thank you!
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
Yigit, You must have 12 hands :-)
as always Yigit!