add inter font
This commit is contained in:
parent
8f2fb0e245
commit
ac773fb0e9
5 changed files with 6 additions and 0 deletions
BIN
fonts/Inter-Bold.ttf
Normal file
BIN
fonts/Inter-Bold.ttf
Normal file
Binary file not shown.
BIN
fonts/Inter-Light.ttf
Normal file
BIN
fonts/Inter-Light.ttf
Normal file
Binary file not shown.
BIN
fonts/Inter-Regular.ttf
Normal file
BIN
fonts/Inter-Regular.ttf
Normal file
Binary file not shown.
BIN
fonts/Inter-SemiBold.ttf
Normal file
BIN
fonts/Inter-SemiBold.ttf
Normal file
Binary file not shown.
|
@ -148,6 +148,12 @@ flutter:
|
|||
fonts:
|
||||
- asset: fonts/Ubuntu-Regular.ttf
|
||||
- asset: fonts/Ubuntu-Light.ttf
|
||||
- family: Inter
|
||||
fonts:
|
||||
- asset: fonts/Inter-Regular.ttf
|
||||
- asset: fonts/Inter-Light.ttf
|
||||
- asset: fonts/Inter-SemiBold.ttf
|
||||
- asset: fonts/Inter-Bold.ttf
|
||||
- family: Montserrat
|
||||
fonts:
|
||||
- asset: fonts/Montserrat-Medium.ttf
|
||||
|
|
Loading…
Add table
Reference in a new issue