Files
sodalive-ios/SodaLive/Sources/Font/Font.swift

21 lines
364 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"
case pattayaRegular = "Pattaya-Regular"
case phosphateSolid = "PhosphateSolid"
}