feat(font): 신규 폰트 사용 설정을 추가한다

This commit is contained in:
Yu Sung
2026-06-02 11:54:27 +09:00
parent d9b3990e06
commit 6f8ccc7b1a
6 changed files with 53 additions and 21 deletions

View File

@@ -13,4 +13,8 @@ enum Font: String {
case preRegular = "Pretendard-Regular"
case preLight = "Pretendard-Light"
case pattayaRegular = "Pattaya-Regular"
case phosphateSolid = "PhosphateSolid"
}