You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fontawesome fonts are included but some icons are not available.
For example: fontawesome("fa-fire") works but fontawesome("fa-shoe-prints") does not work (error is Invalid: fa-shoe-prints). Is this just because an older version of font awesome is bundled with package?
How can I use the latest version of font awesome icons?
The text was updated successfully, but these errors were encountered:
I just went through some of the same challenges. It looks like emojifont stops at font awesome v 4 and has no support for v 5. because the fontawesome-webftont.ttf is packaged in emojifont. FA just has now an alpha release of v6. in v5 and v6 the ttf files are no longer just one ttf, but solid, regular, and brands. I am going to see if I can get them packaged and working in my local version. if so, I'll try to PR this repo.
@monkeywithacupcake I'm just working with your ValueBoxGrid code (thank you!) and encountered this, wonder if you got anywhere? I'm not clear what needs doing to import v.5
Fontawesome fonts are included but some icons are not available.
For example:
fontawesome("fa-fire")
works butfontawesome("fa-shoe-prints")
does not work (error isInvalid: fa-shoe-prints
). Is this just because an older version of font awesome is bundled with package?How can I use the latest version of font awesome icons?
The text was updated successfully, but these errors were encountered: