I have tried and tried to get my Font Face fonts to work and they just continue to default to Helvetica.
Our site is here: http://gotham.commuterind.com/
Can you tell me what the CSS code is to implement my fonts into the Headers, Subheaders, and general content?
I’ve tried all of the following WITHOUT ANY LUCK:
body {
font-family: ‘AvianoSansLight’;
font-weight: normal;
}
.main_title h1, h2, h3, h4 {
font-family: ‘AvianoSansLight’ !important;
font-weight: normal !important;
}
.avia-main-title h1, h2 {
font-family: ‘AvianoSansLight’ !important;
font-weight: normal !important;
}
h1.av-special-heading-tag {
font-family: ‘AvianoSansLight’ !important;
}
h3.av-special-heading-tag {
font-family: ‘AvianoSansLight’ !important;
}
h4.av-special-heading-tag {
font-family: ‘AvianoSansLight’ !important;
}
Please help!
-Glen
Hey!
Try putting the @font-face declaration at the very top instead in your Quick CSS.
Regards,
Josue
Just tried it. Unfortunately, that didn’t work.
Hey!
Seems to be an issue with the font or how the font is being loaded, i made a test here and got the same results so it’s not theme-related:
http://jsbin.com/mulose/1/edit
I’d suggest checking this plugin too:
https://wordpress.org/plugins/wp-font-face/
Regards,
Josue