Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to access solid fontawesome icons #25

Open
stefanavey opened this issue Jul 1, 2019 · 3 comments
Open

Unable to access solid fontawesome icons #25

stefanavey opened this issue Jul 1, 2019 · 3 comments

Comments

@stefanavey
Copy link

stefanavey commented Jul 1, 2019

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?

@monkeywithacupcake
Copy link

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.

@sjgknight
Copy link

@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

@monkeywithacupcake
Copy link

I did not get anywhere, unfortunately @sjgknight

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants