Skip to content

Commit

Permalink
fix: update pubspec.yaml to include all font weights
Browse files Browse the repository at this point in the history
  • Loading branch information
botshelomokoka committed Jan 12, 2025
1 parent f81bbeb commit 1602cc9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,13 @@ anya:
flutter:
uses-material-design: true
assets:
- assets/fonts/Roboto-Regular.ttf
- assets/fonts/Roboto-Regular.ttf
- assets/fonts/Roboto-Medium.ttf
- assets/fonts/Roboto-SemiBold.ttf
- assets/fonts/Roboto-Bold.ttf

fonts:
- family: Roboto
- family: Roboto
fonts:
- asset: assets/fonts/Roboto-Regular.ttf
- asset: assets/fonts/Roboto-Medium.ttf
Expand Down

0 comments on commit 1602cc9

Please # to comment.