mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 02:13:51 -04:00
Merge 7f904f16947d506825e85564f9819d6f47edc36d into b0bcc6c03ecedff0d756a0e54352586672cea761
This commit is contained in:
commit
4bd6514c84
BIN
mobile/fonts/BeVietnamPro/BeVietnamPro-Italic.ttf
Normal file
BIN
mobile/fonts/BeVietnamPro/BeVietnamPro-Italic.ttf
Normal file
Binary file not shown.
BIN
mobile/fonts/BeVietnamPro/BeVietnamPro-Medium.ttf
Normal file
BIN
mobile/fonts/BeVietnamPro/BeVietnamPro-Medium.ttf
Normal file
Binary file not shown.
BIN
mobile/fonts/BeVietnamPro/BeVietnamPro-Regular.ttf
Normal file
BIN
mobile/fonts/BeVietnamPro/BeVietnamPro-Regular.ttf
Normal file
Binary file not shown.
BIN
mobile/fonts/BeVietnamPro/BeVietnamPro-SemiBold.ttf
Normal file
BIN
mobile/fonts/BeVietnamPro/BeVietnamPro-SemiBold.ttf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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,
|
||||||
),
|
),
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user