Changed font to ubuntu
This commit is contained in:
@@ -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,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user