Onboarding 페이지 추가

This commit is contained in:
Yu Sung
2023-08-09 17:12:08 +09:00
parent 84d3dd61ca
commit c9c1b5f3c3
31 changed files with 352 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
//
// Font.swift
// SodaLive
//
// Created by klaus on 2023/08/09.
//
enum Font: String {
case bold = "GmarketSansBold"
case medium = "GmarketSansMedium"
case light = "GmarketSansLight"
}