mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-09 11:39:46 +08:00
feat: use defined font
This commit is contained in:
@@ -167,6 +167,8 @@ class MyApp extends StatelessWidget {
|
||||
// labelMedium: TextStyle(fontFamilyFallback: ["PingFang SC", "Heiti SC"]),
|
||||
// labelSmall: TextStyle(fontFamilyFallback: ["PingFang SC", "Heiti SC"]),
|
||||
// ),
|
||||
fontFamily: "NotoSansSC",
|
||||
fontFamilyFallback: const ["PingFang SC", "Heiti SC"],
|
||||
|
||||
colorScheme: ColorScheme.fromSeed(
|
||||
seedColor: Colors.blue, brightness: Brightness.dark),
|
||||
|
||||
Reference in New Issue
Block a user