Skip to content

Commit

Permalink
fix: font name
Browse files Browse the repository at this point in the history
  • Loading branch information
Turtlepaw committed Dec 14, 2024
1 parent 177a408 commit 2dc4c73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ class _AppState extends State<App> {
useMaterial3: true,
iconTheme: const IconThemeData(
color: Colors.black, fill: 1, weight: 400, opticalSize: 24),
textTheme: GoogleFonts.robotoMonoTextTheme(
textTheme: GoogleFonts.interTextTheme(
Theme.of(context).textTheme,
),
),
Expand Down
Binary file added screenshots/Screenshot_20241214_004859.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2dc4c73

Please sign in to comment.