Font awesome brands conflict
-
Thanks for this plugin. I noticed on some devices there is a conflict with Font Awesome 5 Brands if it’s used elsewhere on a site. This is due to the browser trying to download the Font Awesome 5 Brands font files in the /styles/fonts directory in this plugin but they are missing.
Would it be possible to remove the bands code below in the fontawesome-all and fontawesome-all.min files to prevent other font awesome calls trying to download those files?@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url("fonts/fa-brands-400.eot");
src: url("fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-brands-400.woff2") format("woff2"), url("fonts/fa-brands-400.woff") format("woff"), url("fonts/fa-brands-400.ttf") format("truetype"), url("fonts/fa-brands-400.svg#fontawesome") format("svg"); }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.