gmarket_sans 폰트 제거

This commit is contained in:
Yu Sung
2026-01-26 10:20:18 +09:00
parent e100bcb593
commit 091f90dee6
11 changed files with 6 additions and 18 deletions

View File

@@ -11,7 +11,7 @@ import UIKit
struct DetectableTextView: UIViewRepresentable {
var text: String
var textSize: CGFloat = 11.3
var font: String = Font.light.rawValue
var font: String = Font.preLight.rawValue
func makeUIView(context: Context) -> UITextView {
let textView = UITextView()