Hi,
I have add the google font “Junge” in themes functions.php and the font works in theme options.
Also turned on Custom CSS Class field for all ALB Elements.
The default font is “Raleway”.
No I try to change the subheading of special heading to “Junge italic”.
My custom css class is mysubheading.
I tried:
#top .mysubheading .av-subheading_below{
font-family: “Junge”, sans-serif !important;
font-style: italic;
}
But the subheading only changes to italic…
How do I get the Google Font Junge in the subheading?
Thanks for your help
Peter