added fonts
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+3
-3
@@ -25,9 +25,9 @@ class MyApp extends StatelessWidget {
|
||||
return MaterialApp(
|
||||
title: 'Floodwatch',
|
||||
theme: ThemeData(
|
||||
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
|
||||
useMaterial3: true,
|
||||
),
|
||||
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
|
||||
useMaterial3: true,
|
||||
fontFamily: 'UbuntuSansMono'),
|
||||
initialRoute: MainNavigationScaffold.routeName,
|
||||
routes: {
|
||||
MainNavigationScaffold.routeName: (context) => MainNavigationScaffold(),
|
||||
|
||||
+67
-2
@@ -30,5 +30,70 @@ dev_dependencies:
|
||||
|
||||
|
||||
flutter:
|
||||
|
||||
uses-material-design: true
|
||||
uses-material-design: true
|
||||
fonts:
|
||||
- family: UbuntuSans
|
||||
fonts:
|
||||
- asset: fonts/ubuntu_sans/UbuntuSans-Thin.ttf
|
||||
weight: 100
|
||||
- asset: fonts/ubuntu_sans/UbuntuSans-ThinItalic.ttf
|
||||
weight: 100
|
||||
style: italic
|
||||
- asset: fonts/ubuntu_sans/UbuntuSans-ExtraLight.ttf
|
||||
weight: 200
|
||||
- asset: fonts/ubuntu_sans/UbuntuSans-ExtraLightItalic.ttf
|
||||
weight: 200
|
||||
style: italic
|
||||
- asset: fonts/ubuntu_sans/UbuntuSans-Light.ttf
|
||||
weight: 300
|
||||
- asset: fonts/ubuntu_sans/UbuntuSans-LightItalic.ttf
|
||||
weight: 300
|
||||
style: italic
|
||||
- asset: fonts/ubuntu_sans/UbuntuSans-Regular.ttf
|
||||
weight: 400
|
||||
- asset: fonts/ubuntu_sans/UbuntuSans-Italic.ttf
|
||||
weight: 400
|
||||
style: italic
|
||||
- asset: fonts/ubuntu_sans/UbuntuSans-Medium.ttf
|
||||
weight: 500
|
||||
- asset: fonts/ubuntu_sans/UbuntuSans-MediumItalic.ttf
|
||||
weight: 500
|
||||
style: italic
|
||||
- asset: fonts/ubuntu_sans/UbuntuSans-SemiBold.ttf
|
||||
weight: 600
|
||||
- asset: fonts/ubuntu_sans/UbuntuSans-SemiBoldItalic.ttf
|
||||
weight: 600
|
||||
style: italic
|
||||
- asset: fonts/ubuntu_sans/UbuntuSans-Bold.ttf
|
||||
weight: 700
|
||||
- asset: fonts/ubuntu_sans/UbuntuSans-BoldItalic.ttf
|
||||
weight: 700
|
||||
style: italic
|
||||
- asset: fonts/ubuntu_sans/UbuntuSans-ExtraBold.ttf
|
||||
weight: 800
|
||||
- asset: fonts/ubuntu_sans/UbuntuSans-ExtraBoldItalic.ttf
|
||||
weight: 800
|
||||
style: italic
|
||||
|
||||
- family: UbuntuSansMono
|
||||
fonts:
|
||||
- asset: fonts/ubuntu_sans_mono/UbuntuSansMono-Regular.ttf
|
||||
weight: 400
|
||||
- asset: fonts/ubuntu_sans_mono/UbuntuSansMono-Italic.ttf
|
||||
weight: 400
|
||||
style: italic
|
||||
- asset: fonts/ubuntu_sans_mono/UbuntuSansMono-Medium.ttf
|
||||
weight: 500
|
||||
- asset: fonts/ubuntu_sans_mono/UbuntuSansMono-MediumItalic.ttf
|
||||
weight: 500
|
||||
style: italic
|
||||
- asset: fonts/ubuntu_sans_mono/UbuntuSansMono-SemiBold.ttf
|
||||
weight: 600
|
||||
- asset: fonts/ubuntu_sans_mono/UbuntuSansMono-SemiBoldItalic.ttf
|
||||
weight: 600
|
||||
style: italic
|
||||
- asset: fonts/ubuntu_sans_mono/UbuntuSansMono-Bold.ttf
|
||||
weight: 700
|
||||
- asset: fonts/ubuntu_sans_mono/UbuntuSansMono-BoldItalic.ttf
|
||||
weight: 700
|
||||
style: italic
|
||||
Reference in New Issue
Block a user