feat: 更新字体

This commit is contained in:
Junhui Chen 2025-08-19 14:17:21 +08:00
parent 4f92f52bb7
commit 53215f5c3d
7 changed files with 6 additions and 0 deletions

View File

@ -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>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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"