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

Restore custom font

parent bfb191e6
No related branches found
No related tags found
1 merge request!28Resolve "Restore custom font"
Pipeline #6816 passed
This commit is part of merge request !28. 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:
dependency: "direct main"
description:
path: "."
ref: "0.2.0"
resolved-ref: bbf0abd5457d42678882384216af9e83c38549bc
ref: "0.3.0"
resolved-ref: b24e16ca0cf72bde23640c72020d5c9da2e00e62
url: "https://git.harrault.fr/android/flutter-toolbox.git"
source: git
version: "0.2.0"
version: "0.3.0"
flutter_lints:
dependency: "direct dev"
description:
......
......@@ -3,7 +3,7 @@ description: Solitaire Game
publish_to: "none"
version: 0.4.0+25
version: 0.4.1+26
environment:
sdk: "^3.0.0"
......@@ -16,7 +16,7 @@ dependencies:
flutter_custom_toolbox:
git:
url: https://git.harrault.fr/android/flutter-toolbox.git
ref: 0.2.0
ref: 0.3.0
# specific
# (none)
......@@ -30,3 +30,15 @@ flutter:
- assets/skins/
- assets/translations/
- assets/ui/
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.
Please register or to comment