Merge 7f904f16947d506825e85564f9819d6f47edc36d into b0bcc6c03ecedff0d756a0e54352586672cea761

This commit is contained in:
Alex 2024-10-01 21:58:44 -05:00 committed by GitHub
commit 4bd6514c84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 8 additions and 10 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -163,10 +163,10 @@ ThemeData getThemeData({required ColorScheme colorScheme}) {
bottomSheetTheme: BottomSheetThemeData( bottomSheetTheme: BottomSheetThemeData(
backgroundColor: colorScheme.surfaceContainer, backgroundColor: colorScheme.surfaceContainer,
), ),
fontFamily: 'Overpass', fontFamily: 'BeVietnamPro',
snackBarTheme: SnackBarThemeData( snackBarTheme: SnackBarThemeData(
contentTextStyle: TextStyle( contentTextStyle: TextStyle(
fontFamily: 'Overpass', fontFamily: 'BeVietnamPro',
color: primaryColor, color: primaryColor,
fontWeight: FontWeight.bold, fontWeight: FontWeight.bold,
), ),
@ -175,7 +175,7 @@ ThemeData getThemeData({required ColorScheme colorScheme}) {
appBarTheme: AppBarTheme( appBarTheme: AppBarTheme(
titleTextStyle: TextStyle( titleTextStyle: TextStyle(
color: primaryColor, color: primaryColor,
fontFamily: 'Overpass', fontFamily: 'BeVietnamPro',
fontWeight: FontWeight.bold, fontWeight: FontWeight.bold,
fontSize: 18, fontSize: 18,
), ),

View File

@ -111,18 +111,16 @@ flutter:
- family: Inconsolata - family: Inconsolata
fonts: fonts:
- asset: fonts/Inconsolata-Regular.ttf - asset: fonts/Inconsolata-Regular.ttf
- family: Overpass - family: BeVietnamPro
fonts: fonts:
- asset: fonts/overpass/Overpass-Regular.ttf - asset: fonts/BeVietnamPro/BeVietnamPro-Regular.ttf
weight: 400 weight: 400
- asset: fonts/overpass/Overpass-Italic.ttf - asset: fonts/BeVietnamPro/BeVietnamPro-Italic.ttf
style: italic style: italic
- asset: fonts/overpass/Overpass-Medium.ttf - asset: fonts/BeVietnamPro/BeVietnamPro-Medium.ttf
weight: 500 weight: 500
- asset: fonts/overpass/Overpass-SemiBold.ttf - asset: fonts/BeVietnamPro/BeVietnamPro-SemiBold.ttf
weight: 600 weight: 600
- asset: fonts/overpass/Overpass-Bold.ttf
weight: 700
- family: OverpassMono - family: OverpassMono
fonts: fonts:
- asset: fonts/overpass/OverpassMono.ttf - asset: fonts/overpass/OverpassMono.ttf