changed font

This commit is contained in:
2026-07-16 14:04:44 +02:00
parent 316f7709b5
commit 893d0c9ab6
7 changed files with 101 additions and 2 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ ThemeData get darkTheme => ThemeData(
brightness: Brightness.dark,
),
useMaterial3: true,
fontFamily: 'SourceSerif4',
fontFamily: 'CourierPrime',
);