-
Notifications
You must be signed in to change notification settings - Fork 34
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
Unrecognized font family "FontAwesome" #29
Comments
Did you check the version of FontAwesome?? Version 4.7.0 works fine with me Here's your download URL |
Having the same issue. I think you need to download / install the ttf manually. It does not say what the naming convention is. |
@paul-hart did you figure it out? I downloaded manually but still same issue. |
Running into the same issue. I found out you have to do the following (it's missing from the instructions):
Note: you can add the font from your project folder, no need to manually copy it. |
With the very latest version of the free FontAwesome that I just downloaded, its font name (not filename) is "FontAwesome5FreeRegular" and not "FontAwesome". So renaming the |
same problem |
Same issue. Unrecognized font family "FontAwesome" error in simulator. |
Actually the font family in iOS is now "Font Awesome 5 Free" (FA really broke everything this time). Import Platform into Icons.js and add this:
Weird that nobody reported this. |
In my case I just grabbed the sample project fonts and used those instead of the broken new ones, it worked and I didn't had to modify any file. |
I got an error "Unrecognized font family "FontAwesome", after the adding library to the project. How is possible to fix that?
The text was updated successfully, but these errors were encountered: