|
@@ -45,6 +45,8 @@ class _App extends StatelessWidget {
|
|
|
// ),
|
|
|
// colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
|
|
|
useMaterial3: true,
|
|
|
+ fontFamily: "NotoSansSC-R-fixed",
|
|
|
+ fontFamilyFallback: const ["NotoSansSC-R-fixed"],
|
|
|
),
|
|
|
debugShowCheckedModeBanner: false,
|
|
|
getPages: Routes.routes,
|