diff --git a/assets/fonts/DIN-Bold.otf b/assets/fonts/DIN-Bold.otf new file mode 100644 index 0000000..782e68e Binary files /dev/null and b/assets/fonts/DIN-Bold.otf differ diff --git a/assets/fonts/DIN-Medium.otf b/assets/fonts/DIN-Medium.otf new file mode 100644 index 0000000..ceed4be Binary files /dev/null and b/assets/fonts/DIN-Medium.otf differ diff --git a/assets/fonts/DIN-Regular.otf b/assets/fonts/DIN-Regular.otf new file mode 100644 index 0000000..2ea9379 Binary files /dev/null and b/assets/fonts/DIN-Regular.otf differ diff --git a/pubspec.yaml b/pubspec.yaml index 418e55b..ee1fa8e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -55,7 +55,11 @@ dependencies: mobsms: ^1.1.0 # 锁粉 moblink: ^3.4.1 - + # 苹果登录 +# sign_in_with_apple: ^2.5.4 + # 微信登录 +# fluwx_no_pay: 2.3.1 + # loading 动画 loading_indicator: ^1.2.0 @@ -93,17 +97,16 @@ 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: - # - family: Schyler - # fonts: - # - asset: fonts/Schyler-Regular.ttf - # - asset: fonts/Schyler-Italic.ttf - # style: italic - # - family: Trajan Pro - # fonts: - # - asset: fonts/TrajanPro.ttf - # - asset: fonts/TrajanPro_Bold.ttf - # weight: 700 + fonts: + - family: Din-Bold + fonts: + - asset: assets/fonts/DIN-Bold.otf + - family: Din-Medium + fonts: + - asset: assets/fonts/DIN-Medium.otf + - family: Din + fonts: + - asset: assets/fonts/DIN-Regular.otf # # For details regarding fonts in packages, see # https://flutter.dev/custom-fonts/#from-packages