feat: 更新字体
This commit is contained in:
parent
4f92f52bb7
commit
53215f5c3d
@ -24,6 +24,11 @@
|
|||||||
<array>
|
<array>
|
||||||
<string>Quicksand x.ttf</string>
|
<string>Quicksand x.ttf</string>
|
||||||
<string>SankeiCutePopanime.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>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</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 {
|
enum FontFamily: String, CaseIterable {
|
||||||
case sankeiCute = "SankeiCutePopanime" // 可爱风格字体
|
case sankeiCute = "SankeiCutePopanime" // 可爱风格字体
|
||||||
case quicksand = "Quicksand x" // 主题字体
|
case quicksand = "Quicksand x" // 主题字体
|
||||||
|
case quicksandBold = "Quicksand-Bold"
|
||||||
// 后续添加新字体库时在这里添加新 case
|
// 后续添加新字体库时在这里添加新 case
|
||||||
// 例如: case anotherFont = "AnotherFontName"
|
// 例如: case anotherFont = "AnotherFontName"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user