reason

增加字体文件

No preview for this file type
......@@ -73,7 +73,11 @@ class CategoryItem extends StatelessWidget {
),
],
),
const Text("京", style: TextStyle(fontSize: 30)),
const Text(
"京",
style: TextStyle(
fontSize: 30, fontFamily: "ZhiMangXing"),
),
],
),
Gaps.vGap16,
......
......@@ -183,5 +183,8 @@ flutter:
- family: ZCOOLXiaoWei
fonts:
- asset: assets/fonts/ZCOOLXiaoWei-Regular.ttf
- family: ZhiMangXing
fonts:
- asset: assets/fonts/ZhiMangXing-Regular.ttf
flutter_intl:
enabled: true
\ No newline at end of file
......