Some font configurations

master
黎明 6 years ago
parent 874cc2a2a4
commit 632508aab7

2
.gitignore vendored

@ -9,3 +9,5 @@ build/
ios/.generated/
ios/Flutter/Generated.xcconfig
ios/Runner/GeneratedPluginRegistrant.*
android/

@ -20,7 +20,19 @@ dev_dependencies:
# The following section is specific to Flutter.
flutter:
fonts:
- family: Ionicons
fonts:
- asset: fonts/Ionicons.ttf
- family: AntDesign
fonts:
- asset: fonts/AntDesign.tff
- family: FontAwesome
fonts:
- asset: fonts/FontAwesome.tff
- family: MaterialIcons
fonts:
- asset: fonts/MaterialIcons.ttf
# To add assets to your package, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg

Loading…
Cancel
Save