Skip to content
Snippets Groups Projects
Commit 0bd25dce authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Fix font assets path

parent 00f5b396
No related branches found
No related tags found
1 merge request!8Resolve "Fix font assets path"
Pipeline #6800 passed
## 0.3.0
- Fix font assets path
## 0.2.0 ## 0.2.0
- Add ApplicationSettings widgets - Add ApplicationSettings widgets
......
File moved
File moved
File moved
File moved
...@@ -3,7 +3,7 @@ description: "Flutter custom toolbox for org.benoitharrault.* projects." ...@@ -3,7 +3,7 @@ description: "Flutter custom toolbox for org.benoitharrault.* projects."
publish_to: "none" publish_to: "none"
version: 0.2.0 version: 0.3.0
homepage: https://git.harrault.fr/android/flutter-toolbox homepage: https://git.harrault.fr/android/flutter-toolbox
...@@ -38,11 +38,11 @@ flutter: ...@@ -38,11 +38,11 @@ flutter:
fonts: fonts:
- family: Nunito - family: Nunito
fonts: fonts:
- asset: assets/fonts/Nunito-Bold.ttf - asset: packages/flutter_custom_toolbox/fonts/Nunito-Bold.ttf
weight: 700 weight: 700
- asset: assets/fonts/Nunito-Medium.ttf - asset: packages/flutter_custom_toolbox/fonts/Nunito-Medium.ttf
weight: 500 weight: 500
- asset: assets/fonts/Nunito-Regular.ttf - asset: packages/flutter_custom_toolbox/fonts/Nunito-Regular.ttf
weight: 400 weight: 400
- asset: assets/fonts/Nunito-Light.ttf - asset: packages/flutter_custom_toolbox/fonts/Nunito-Light.ttf
weight: 300 weight: 300
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment