Fonts
Use with your own font
- Place your fonts in the
assets/fonts
folder. - Open
pubspec.yaml
and add your font infonts:
section. - Then add font name in the
lib/src/typography/fonts.dart
class. - Customize the text styles in
lib/src/typography
and change thefontFamily
session to your font family. - Change the
_baseHeaderStyle
or_baseTextStyle
to point to your font family, depends on which font you want to be applied. - Fully restart your app (not Hot Reload) to see changes.