How do I make the Special heading Subheading Text font family Audiowide?
I tried this but it does not work.
.av-subheading {
font-family: ‘audiowide’;
}
Hey garyt13,
Thanks for the link to your site, I see that your css has curly quotes, they need to be straight quotes
try this css:
.av-subheading {
font-family: 'audiowide';
}
Please copy the css from the forum and not an email notification, after you paste the code please check for the curly quotes as your computer clipboard might add them.
After applying the css, please clear your browser cache and check.
Best regards,
Mike