Просмотр исходного кода

使用字体-NotoSansSC-R-fixed

Melon 1 год назад
Родитель
Сommit
26ec32e4b6
3 измененных файлов с 6 добавлено и 1 удалено
  1. BIN
      assets/fonts/NotoSansSC-R-fixed.otf
  2. 2 0
      lib/main.dart
  3. 4 1
      pubspec.yaml

BIN
assets/fonts/NotoSansSC-R-fixed.otf


+ 2 - 0
lib/main.dart

@@ -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,

+ 4 - 1
pubspec.yaml

@@ -111,7 +111,10 @@ flutter:
   # "family" key with the font family name, and a "fonts" key with a
   # list giving the asset and other descriptors for the font. For
   # example:
-  # fonts:
+  fonts:
+      - family: NotoSansSC-R-fixed
+        fonts:
+          - asset: assets/fonts/NotoSansSC-R-fixed.otf
   #   - family: Schyler
   #     fonts:
   #       - asset: fonts/Schyler-Regular.ttf