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

Restore custom font

parent 5533743f
No related branches found
No related tags found
1 merge request!17Resolve "Restore custom font"
Pipeline #6822 passed
This commit is part of merge request !17. Comments created here will be created in the context of that merge request.
Restore custom font.
Rétablissement de la police de caractères spécifique.
...@@ -122,11 +122,11 @@ packages: ...@@ -122,11 +122,11 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
path: "." path: "."
ref: "0.2.0" ref: "0.3.0"
resolved-ref: bbf0abd5457d42678882384216af9e83c38549bc resolved-ref: b24e16ca0cf72bde23640c72020d5c9da2e00e62
url: "https://git.harrault.fr/android/flutter-toolbox.git" url: "https://git.harrault.fr/android/flutter-toolbox.git"
source: git source: git
version: "0.2.0" version: "0.3.0"
flutter_lints: flutter_lints:
dependency: "direct dev" dependency: "direct dev"
description: description:
......
...@@ -3,7 +3,7 @@ description: MIDI Synth ...@@ -3,7 +3,7 @@ description: MIDI Synth
publish_to: "none" publish_to: "none"
version: 0.3.0+16 version: 0.3.1+17
environment: environment:
sdk: "^3.0.0" sdk: "^3.0.0"
...@@ -16,7 +16,7 @@ dependencies: ...@@ -16,7 +16,7 @@ dependencies:
flutter_custom_toolbox: flutter_custom_toolbox:
git: git:
url: https://git.harrault.fr/android/flutter-toolbox.git url: https://git.harrault.fr/android/flutter-toolbox.git
ref: 0.2.0 ref: 0.3.0
# specific # specific
# (none) # (none)
...@@ -28,3 +28,15 @@ flutter: ...@@ -28,3 +28,15 @@ flutter:
uses-material-design: true uses-material-design: true
assets: assets:
- assets/translations/ - assets/translations/
fonts:
- family: Nunito
fonts:
- asset: packages/flutter_custom_toolbox/fonts/Nunito-Bold.ttf
weight: 700
- asset: packages/flutter_custom_toolbox/fonts/Nunito-Medium.ttf
weight: 500
- asset: packages/flutter_custom_toolbox/fonts/Nunito-Regular.ttf
weight: 400
- 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.
Finish editing this message first!
Please register or to comment