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

Merge branch '10-fix-font-assets-path' into 'master'

Resolve "Fix font assets path"

Closes #10

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