Tagged: font error, special heading
Hi guys,
For my fonts I choose PT Sans and Open Sans in General Styling. But when I use a special heading, Enfold chooses the Quicksand font. I used that font a couple of months ago, but not anymore.
I also get the following error code when I inspect the element in Chrome: Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
Any idea what’s going on and how I can fix it?
Sincerely,
Morticka
Hi Morticka!
Inspection works just fine on my end, please try the following code in your Quick CSS to fix the font issue:
#top #wrap_all .main_color h3{
font-family: 'PT Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
Regards,
Rikard
Hi Rikard!
Awesome, it works. The error is also gone!!
Thx Rikard :D
Sincerely,
Morticka