Changed font to ubuntu

This commit is contained in:
SomnusVeritas
2023-11-08 11:16:49 +01:00
parent 1f543aec04
commit d2f3eb109d
10 changed files with 24 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ class MyApp extends StatelessWidget {
return MaterialApp(
title: 'Get Stuff Done',
theme: ThemeData(
fontFamily: 'Ubuntu',
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
useMaterial3: true,
),