mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +00:00
try explicit fonts
This commit is contained in:
parent
fb8b0f15c8
commit
ba7e48cfcf
3 changed files with 6 additions and 0 deletions
BIN
assets/fonts/Roboto-Medium.ttf
Executable file
BIN
assets/fonts/Roboto-Medium.ttf
Executable file
Binary file not shown.
BIN
assets/fonts/Roboto-Regular.ttf
Executable file
BIN
assets/fonts/Roboto-Regular.ttf
Executable file
Binary file not shown.
|
@ -62,6 +62,12 @@ flutter:
|
||||||
uses-material-design: true
|
uses-material-design: true
|
||||||
assets:
|
assets:
|
||||||
- assets/camera_stub_image.jpg
|
- assets/camera_stub_image.jpg
|
||||||
|
fonts:
|
||||||
|
- family: Roboto
|
||||||
|
fonts:
|
||||||
|
- asset: assets/fonts/Roboto-Regular.ttf
|
||||||
|
- asset: assets/fonts/Roboto-Medium.ttf
|
||||||
|
weight: 500
|
||||||
|
|
||||||
flutter_intl:
|
flutter_intl:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Reference in a new issue