Skip to content

What is the difference on this library with the official FontAwesome from fortawesome? #1683

Answered by johnf
mochadwi asked this question in Q&A
Discussion options

You must be logged in to vote

@mochadwi It's mainly a difference in choice of approach.
fortawesome uses SVGs. This has the advantage that only the fonts you use are included in your application bundle, so it keeps down the size, but the disadvantage is that you have to import each icon manually.
RNVI uses a TrueType font, which means you can just specify the icon you want without manually importing it at the cost of having the entire font shipped with your application.

I suspect your issue with solid vs light is that the light font is in the pro version, you have to purchase font awesome and follow the instructions to use pro

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by johnf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants