Archived topic
Would GP "prevent" a font from a plugin being loaded?
3 replies · Started by Henry on March 30, 2021
Thanks to anyone who has an idea of how to problem solve this.
I am using a plugin called Holler Box WP that allows for Pop-Up and Notification messages to appear on your site.
It works very well but the icons do not show.
I am wondering if GP is failing to get the font files from the plugin, which is causing the icons to break?
It may also be the permissions on my server but I am posting this here in case anyone can chime in with a suggestion on how to problem fix this?
Thank you!
Hi there,
the issue looks related to the Plugins @font-face CSS:
@font-face {
font-family: hwpfontello !important;
src: url(../font/fontello.eot?57130597);
src: url(../font/fontello.eot?57130597#iefix) format("embedded-opentype"), url(../font/fontello.woff2?57130597) format("woff2"), url(../font/fontello.woff?57130597) format("woff"), url(../font/fontello.ttf?57130597) format("truetype"), url(../font/fontello.svg?57130597#fontello) format("svg");
font-weight: 400;
font-style: normal
}
If edit the stylesheet in the developers tools and remove the !important then the font displays.
As ever - genius!
Thanks - appreciate it.
You're welcome