diff --git a/assets/fonts/Metropolis-Regular.otf b/assets/fonts/Metropolis-Regular.otf deleted file mode 100644 index 737760b..0000000 Binary files a/assets/fonts/Metropolis-Regular.otf and /dev/null differ diff --git a/assets/fonts/WixMadeforDisplay-Regular.otf b/assets/fonts/WixMadeforDisplay-Regular.otf new file mode 100644 index 0000000..ee29f61 Binary files /dev/null and b/assets/fonts/WixMadeforDisplay-Regular.otf differ diff --git a/lib/main.dart b/lib/main.dart index d323da2..b80e5ef 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -246,14 +246,14 @@ class _ObtainiumState extends State { ? darkColorScheme : lightColorScheme, fontFamily: - settingsProvider.useSystemFont ? 'SystemFont' : 'Metropolis'), + settingsProvider.useSystemFont ? 'SystemFont' : 'Wix-Madefor-Display'), darkTheme: ThemeData( useMaterial3: true, colorScheme: settingsProvider.theme == ThemeSettings.light ? lightColorScheme : darkColorScheme, fontFamily: - settingsProvider.useSystemFont ? 'SystemFont' : 'Metropolis'), + settingsProvider.useSystemFont ? 'SystemFont' : 'Wix-Madefor-Display'), home: Shortcuts(shortcuts: { LogicalKeySet(LogicalKeyboardKey.select): const ActivateIntent(), }, child: const HomePage())); diff --git a/pubspec.yaml b/pubspec.yaml index 4acf81d..c2c0eac 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -145,6 +145,6 @@ flutter: # see https://flutter.dev/custom-fonts/#from-packages fonts: - - family: Metropolis + - family: Wix-Madefor-Display fonts: - - asset: assets/fonts/Metropolis-Regular.otf \ No newline at end of file + - asset: assets/fonts/WixMadeforDisplay-Regular.otf \ No newline at end of file