Skip to content

Commit

Permalink
updates:
Browse files Browse the repository at this point in the history
- added font: Poppins
  • Loading branch information
R-Aravind committed May 14, 2021
1 parent c9d4b0e commit d4f5810
Show file tree
Hide file tree
Showing 19 changed files with 11 additions and 0 deletions.
Binary file added assets/fonts/Poppins-Black.ttf
Binary file not shown.
Binary file added assets/fonts/Poppins-BlackItalic.ttf
Binary file not shown.
Binary file added assets/fonts/Poppins-Bold.ttf
Binary file not shown.
Binary file added assets/fonts/Poppins-BoldItalic.ttf
Binary file not shown.
Binary file added assets/fonts/Poppins-ExtraBold.ttf
Binary file not shown.
Binary file added assets/fonts/Poppins-ExtraBoldItalic.ttf
Binary file not shown.
Binary file added assets/fonts/Poppins-ExtraLight.ttf
Binary file not shown.
Binary file added assets/fonts/Poppins-ExtraLightItalic.ttf
Binary file not shown.
Binary file added assets/fonts/Poppins-Italic.ttf
Binary file not shown.
Binary file added assets/fonts/Poppins-Light.ttf
Binary file not shown.
Binary file added assets/fonts/Poppins-LightItalic.ttf
Binary file not shown.
Binary file added assets/fonts/Poppins-Medium.ttf
Binary file not shown.
Binary file added assets/fonts/Poppins-MediumItalic.ttf
Binary file not shown.
Binary file added assets/fonts/Poppins-Regular.ttf
Binary file not shown.
Binary file added assets/fonts/Poppins-SemiBold.ttf
Binary file not shown.
Binary file added assets/fonts/Poppins-SemiBoldItalic.ttf
Binary file not shown.
Binary file added assets/fonts/Poppins-Thin.ttf
Binary file not shown.
Binary file added assets/fonts/Poppins-ThinItalic.ttf
Binary file not shown.
11 changes: 11 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ flutter:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
# assets:
# - assets/images/
# - assets/logo/

# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
Expand All @@ -72,5 +75,13 @@ flutter:
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
fonts:
- family: Poppins
fonts:
- asset: assets/fonts/Poppins-Bold.ttf
weight: 300
- asset: assets/fonts/Poppins-Regular.ttf
weight: 600

# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages

0 comments on commit d4f5810

Please sign in to comment.