Skip to content

Commit

Permalink
🚀 Added Audiowide Font Family!
Browse files Browse the repository at this point in the history
  • Loading branch information
omegaui committed Mar 31, 2023
1 parent e4b77e8 commit 96860dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Binary file added fonts/audiowide.ttf
Binary file not shown.
7 changes: 3 additions & 4 deletions lib/ui/screens/home_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,9 @@ class UserSettings extends StatelessWidget {
child: TextField(
controller: usernameController,
style: TextStyle(
color: currentStyle.getTextColor(),
fontFamily: "Sen",
fontSize: 18,
),
color: currentStyle.getTextColor(),
fontFamily: "Audiowide",
fontSize: 18),
cursorColor: Colors.greenAccent,
decoration: InputDecoration(
enabledBorder: const UnderlineInputBorder(
Expand Down
3 changes: 3 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ flutter:
- family: Itim
fonts:
- asset: fonts/Itim.ttf
- family: Audiowide
fonts:
- asset: fonts/audiowide.ttf
- family: Sen
fonts:
- asset: fonts/Sen.ttf
Expand Down

0 comments on commit 96860dc

Please sign in to comment.