Font Awesome 5 Pro loading problem
-
Hi, I think since WP 6.1.3 that there is an issue with the Font Awesome 5 Pro not loading correctly. For instance:
a.parent:before {
content: ‘\f107’;
position: absolute;
right: 0px;
top: 44%;
font-family: ‘Font Awesome 5 Pro’;
font-weight: 400;
font-size: 14px;
}
The \f107 is an arrow down and does not load, instead I get a cross. The same for the slider symbols.
Let me know how this can be solved because I have it on all my websites running this theme.
Thanks,
Alpay
Double checked it’s referring to https://fontawesome.com/license/free
But the icons no longer load. So how can I fix this?
I checked this file: /static/fontawesome/css/v4-shims.min.css on my websites
The icons are no longer available there.
I also checked the official Font Awesome Free 5.15.4 icon list and the arrow name is no longer in there but replaced by ‘chevron’, which is not featured in the /static/fontawesome/css/v4-shims.min.css
So in short, there is a mismatch with /static/fontawesome/css/v4-shims.min.css and the relea icon repository or am I wrong??
A
- You must be logged in to reply to this topic.