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(
|
||||
backgroundColor: colorScheme.surfaceContainer,
|
||||
),
|
||||
fontFamily: 'Overpass',
|
||||
fontFamily: 'BeVietnamPro',
|
||||
snackBarTheme: SnackBarThemeData(
|
||||
contentTextStyle: TextStyle(
|
||||
fontFamily: 'Overpass',
|
||||
fontFamily: 'BeVietnamPro',
|
||||
color: primaryColor,
|
||||
fontWeight: FontWeight.bold,
|
||||
),
|
||||
@ -175,7 +175,7 @@ ThemeData getThemeData({required ColorScheme colorScheme}) {
|
||||
appBarTheme: AppBarTheme(
|
||||
titleTextStyle: TextStyle(
|
||||
color: primaryColor,
|
||||
fontFamily: 'Overpass',
|
||||
fontFamily: 'BeVietnamPro',
|
||||
fontWeight: FontWeight.bold,
|
||||
fontSize: 18,
|
||||
),
|
||||
|
@ -111,18 +111,16 @@ flutter:
|
||||
- family: Inconsolata
|
||||
fonts:
|
||||
- asset: fonts/Inconsolata-Regular.ttf
|
||||
- family: Overpass
|
||||
- family: BeVietnamPro
|
||||
fonts:
|
||||
- asset: fonts/overpass/Overpass-Regular.ttf
|
||||
- asset: fonts/BeVietnamPro/BeVietnamPro-Regular.ttf
|
||||
weight: 400
|
||||
- asset: fonts/overpass/Overpass-Italic.ttf
|
||||
- asset: fonts/BeVietnamPro/BeVietnamPro-Italic.ttf
|
||||
style: italic
|
||||
- asset: fonts/overpass/Overpass-Medium.ttf
|
||||
- asset: fonts/BeVietnamPro/BeVietnamPro-Medium.ttf
|
||||
weight: 500
|
||||
- asset: fonts/overpass/Overpass-SemiBold.ttf
|
||||
- asset: fonts/BeVietnamPro/BeVietnamPro-SemiBold.ttf
|
||||
weight: 600
|
||||
- asset: fonts/overpass/Overpass-Bold.ttf
|
||||
weight: 700
|
||||
- family: OverpassMono
|
||||
fonts:
|
||||
- asset: fonts/overpass/OverpassMono.ttf
|
||||
|
Loading…
x
Reference in New Issue
Block a user