reason

增加字体文件

No preview for this file type
...@@ -73,7 +73,11 @@ class CategoryItem extends StatelessWidget { ...@@ -73,7 +73,11 @@ class CategoryItem extends StatelessWidget {
73 ), 73 ),
74 ], 74 ],
75 ), 75 ),
76 - const Text("京", style: TextStyle(fontSize: 30)), 76 + const Text(
77 + "京",
78 + style: TextStyle(
79 + fontSize: 30, fontFamily: "ZhiMangXing"),
80 + ),
77 ], 81 ],
78 ), 82 ),
79 Gaps.vGap16, 83 Gaps.vGap16,
......
...@@ -183,5 +183,8 @@ flutter: ...@@ -183,5 +183,8 @@ flutter:
183 - family: ZCOOLXiaoWei 183 - family: ZCOOLXiaoWei
184 fonts: 184 fonts:
185 - asset: assets/fonts/ZCOOLXiaoWei-Regular.ttf 185 - asset: assets/fonts/ZCOOLXiaoWei-Regular.ttf
186 + - family: ZhiMangXing
187 + fonts:
188 + - asset: assets/fonts/ZhiMangXing-Regular.ttf
186 flutter_intl: 189 flutter_intl:
187 enabled: true 190 enabled: true
...\ No newline at end of file ...\ No newline at end of file
......