fix: embedding all fonts to fix the font error

This commit is contained in:
Kateřina Churanová 2021-01-20 20:57:17 +01:00
commit c424b0791e
7 changed files with 213 additions and 1 deletions

View file

@ -92,3 +92,13 @@ flutter:
- family: NotoEmoji
fonts:
- asset: fonts/NotoEmoji/NotoColorEmoji.ttf
- family: NotoSans
fonts:
- asset: fonts/NotoSans/NotoSans-Regular.ttf
- asset: fonts/NotoSans/NotoSans-Italic.ttf
style: italic
- asset: fonts/NotoSans/NotoSans-Bold.ttf
weight: 700
- asset: fonts/NotoSans/NotoSans-BoldItalic.ttf
weight: 700
style: italic