Last active
March 14, 2020 02:52
-
-
Save Falconiere/f935fc080f09b1143141d9dffbae7685 to your computer and use it in GitHub Desktop.
This is the plist that I use to import the fonts for ios from react-native-vector-icons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<key>UIAppFonts</key> | |
<array> | |
<string>AntDesign.ttf</string> | |
<string>Entypo.ttf</string> | |
<string>EvilIcons.ttf</string> | |
<string>Feather.ttf</string> | |
<string>FontAwesome.ttf</string> | |
<string>FontAwesome5_Brands.ttf</string> | |
<string>FontAwesome5_Regular.ttf</string> | |
<string>FontAwesome5_Solid.ttf</string> | |
<string>Foundation.ttf</string> | |
<string>Ionicons.ttf</string> | |
<string>MaterialIcons.ttf</string> | |
<string>MaterialCommunityIcons.ttf</string> | |
<string>SimpleLineIcons.ttf</string> | |
<string>Octicons.ttf</string> | |
<string>Zocial.ttf</string> | |
</array> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment