Hey there,
I read through the forum, but all solutions did not work for me.
I simply want to use another google-font in my main menu, additionally to the "Heading Font" in the theme options.
So 2 different google-fonts. One set in heading fonts (Antic), one set for my main menu (Amatic SC).
So I installed both in the register-admin-options.php, set up "Antic" in my theme option and added following in my quick CSS:
@import url(http://fonts.googleapis.com/css?family=Amatic+SC);
.main_menu ul {
font-family: font-family: 'Amatic SC' !important;
}
But the menu font is not changing at all. Am I missing something?
The website is http://www.backtothegrindstone.de
Thank you for your help and kind Regards,
Phil














