SethClydesdale / forumactif-edge

A free modern and responsive forum theme for Forumotion forums.
https://sethclydesdale.github.io/forumactif-edge/
GNU General Public License v3.0
10 stars 17 forks source link

Font Awesome 5.10 #47

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hello,

How to migrate for Font Awesome 4.7 to 5.10 ?

Thanks in advance Seth and sorry for the question !

SethClydesdale commented 5 years ago

Hello,

Font Awesome has a topic on how to migrate here. You'll have to update the CDN in the CSS style sheet too:

@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);

However, it requires quite a bit of work, because the prefixes for some icons changed, so migrating to 5 will cause those icons not to work unless they're properly changed. This is the reason I never upgraded to v5 for Forumactif Edge, because I'd risk possibly breaking the features of users forums.

ghost commented 5 years ago

Oh I see, "dommage"

Thanks for the answer