Skip to content

Commit

Permalink
refactor(fonts): Move fonts in new location
Browse files Browse the repository at this point in the history
  • Loading branch information
yorifuji committed Apr 14, 2024
1 parent b32b43b commit 4de96d9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions lib/gen/fonts.gen.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/provider/theme_data_provider.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ flutter:
fonts:
- family: NotoSansJP
fonts:
- asset: assets/fonts/NotoSansJP-Regular.ttf
- asset: fonts/NotoSansJP-Regular.ttf
- family: Roboto
fonts:
- asset: assets/fonts/Roboto-Regular.ttf
- asset: fonts/Roboto-Regular.ttf

flutter_launcher_icons:
android: true
Expand Down

0 comments on commit 4de96d9

Please sign in to comment.