IanLunn / Hover

A collection of CSS3 powered hover effects to be applied to links, buttons, logos, SVG, featured images and so on. Easily apply to your own elements, modify or just use for inspiration. Available in CSS, Sass, and LESS.
http://ianlunn.github.io/Hover/
Other
29.25k stars 5.78k forks source link

FontAwesome 5 Compatibility #129

Closed reubenbrown closed 6 years ago

reubenbrown commented 6 years ago

Font Awesome has upgraded to version 5.0.6 which has many breaking changes from the previous versions.

One of the biggest changes is they switched the font-family name FontAwesome to Font Awesome 5 Free or Font Awesome 5 Pro. This appears to be the main reason the hover library doesn't work with the latest version of FontAwesome.

Switching those values in the hover css/sass/less files should resolve the issue, but then this library wouldn't work for users using hover and FontAwesome 4.x.

Are there any plans to upgrade this library to be compatible with both versions (4 & 5) of FontAwesome?

IanLunn commented 6 years ago

We'll decouple from FontAwesome in a future version so more choice is available. See this ticket: https://github.com/IanLunn/Hover/issues/59