mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-01-18 08:09:33 +00:00
feat: add AbsIcons font and update pubspec.yaml for font integration
This commit is contained in:
parent
b0ea9e14d2
commit
04882f5f4a
3 changed files with 107 additions and 0 deletions
|
|
@ -122,6 +122,7 @@ flutter:
|
|||
- assets/animations/
|
||||
- assets/sounds/
|
||||
- assets/images/
|
||||
- assets/fonts/
|
||||
# - images/a_dot_burr.jpeg
|
||||
# - images/a_dot_ham.jpeg
|
||||
# An image asset can refer to one or more resolution-specific "variants", see
|
||||
|
|
@ -147,3 +148,7 @@ flutter:
|
|||
#
|
||||
# For details regarding fonts from package dependencies,
|
||||
# see https://flutter.dev/custom-fonts/#from-packages
|
||||
fonts:
|
||||
- family: AbsIcons
|
||||
fonts:
|
||||
- asset: assets/fonts/AbsIcons.ttf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue