Files
sodalive-ios/SodaLive/Sources/Font/Font.swift
2026-01-26 10:20:18 +09:00

17 lines
275 B
Swift

//
// Font.swift
// SodaLive
//
// Created by klaus on 2023/08/09.
//
enum Font: String {
case preBold = "Pretendard-Bold"
case preMedium = "Pretendard-Medium"
case preRegular = "Pretendard-Regular"
case preLight = "Pretendard-Light"
}