fix: embedding all fonts to fix the font error
This commit is contained in:
parent
0614fb81ed
commit
c424b0791e
7 changed files with 213 additions and 1 deletions
10
pubspec.yaml
10
pubspec.yaml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue