react-native-fontawesome icon indicating copy to clipboard operation
react-native-fontawesome copied to clipboard

FontAwesome.ttf

Open Luckygirlllll opened this issue 6 years ago • 6 comments

Where is the FontAwesome.ttf? Without adding this file to the project library wouldn't work?

Luckygirlllll avatar Mar 01 '18 11:03 Luckygirlllll

Download it manually - this lib won't do it for you.

grobmeier avatar Apr 26 '18 10:04 grobmeier

Where is the FontAwesome.ttf? Without adding this file to the project library wouldn't work?

keung7252 avatar Feb 14 '19 07:02 keung7252

Where is the FontAwesome.ttf? Without adding this file to the project library wouldn't work?

The FontAwesome.ttf is no longer used, because fontawesome does not have this file anymore. Now the fontawesome use separated files named like this:

fa-brands-400.ttf fa-regular-400.ttf fa-solid-900.ttf

leandrosimoes avatar Feb 14 '19 13:02 leandrosimoes

so for IOS - do we need to rename it ? I am getting Unrecognized font family 'FontAwesome5FreeSolid'

mdere-unbound avatar Feb 28 '19 21:02 mdere-unbound

Where is the FontAwesome.ttf? Without adding this file to the project library wouldn't work?

The FontAwesome.ttf is no longer used, because fontawesome does not have this file anymore. Now the fontawesome use separated files named like this:

fa-brands-400.ttf fa-regular-400.ttf fa-solid-900.ttf

I've downloaded those files, put them in my fonts folder and run react-native link again but am still getting the square box with a cross instead of the icon. Do you know if there's anything else undocumented that needs to be done to get this going?

bmcn99 avatar Mar 07 '19 18:03 bmcn99

I had to modify FontAwesomeIcons.js and change the font names, which weren't matching the actual names of the font files that I saw when opening the fonts in FontBook.

e.g. instead of "FontAwesome5FreeSolid" I changed it to "Font Awesome 5 Pro" -- or "Font Awesome 5 Free" if I were using the free set.

There might be a better solution, but I'm not sure what it is?

forjoyilive avatar Dec 17 '19 20:12 forjoyilive