Merge branch 'settingView' of https://git.fairclip.cn/FairClip/wake-ios into settingView
This commit is contained in:
commit
10e9324049
@ -24,6 +24,11 @@
|
||||
<array>
|
||||
<string>Quicksand x.ttf</string>
|
||||
<string>SankeiCutePopanime.ttf</string>
|
||||
<string>Quicksand-Regular.ttf</string>
|
||||
<string>Quicksand-Bold.ttf</string>
|
||||
<string>Quicksand-SemiBold.ttf</string>
|
||||
<string>Quicksand-Medium.ttf</string>
|
||||
<string>Quicksand-Light.ttf</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
BIN
wake/Resources/Fonts/Quicksand-Bold.ttf
Normal file
BIN
wake/Resources/Fonts/Quicksand-Bold.ttf
Normal file
Binary file not shown.
BIN
wake/Resources/Fonts/Quicksand-Light.ttf
Normal file
BIN
wake/Resources/Fonts/Quicksand-Light.ttf
Normal file
Binary file not shown.
BIN
wake/Resources/Fonts/Quicksand-Medium.ttf
Normal file
BIN
wake/Resources/Fonts/Quicksand-Medium.ttf
Normal file
Binary file not shown.
BIN
wake/Resources/Fonts/Quicksand-Regular.ttf
Normal file
BIN
wake/Resources/Fonts/Quicksand-Regular.ttf
Normal file
Binary file not shown.
BIN
wake/Resources/Fonts/Quicksand-SemiBold.ttf
Normal file
BIN
wake/Resources/Fonts/Quicksand-SemiBold.ttf
Normal file
Binary file not shown.
@ -5,6 +5,7 @@ import SwiftUI
|
||||
enum FontFamily: String, CaseIterable {
|
||||
case sankeiCute = "SankeiCutePopanime" // 可爱风格字体
|
||||
case quicksand = "Quicksand x" // 主题字体
|
||||
case quicksandBold = "Quicksand-Bold"
|
||||
// 后续添加新字体库时在这里添加新 case
|
||||
// 例如: case anotherFont = "AnotherFontName"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user