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

@@ -28,7 +28,7 @@ struct TextViewWrapper: UIViewRepresentable {
view.textColor = text.trimmingCharacters(in: .whitespacesAndNewlines) != "" ? UIColor(hex: textColorHex) : .placeholderText
}
view.font = UIFont(name: Font.medium.rawValue, size: 13.3)
view.font = UIFont(name: Font.preMedium.rawValue, size: 13.3)
view.backgroundColor = backgroundColorHex.isEmpty ? .clear : UIColor(hex: backgroundColorHex)
view.layer.cornerRadius = 6.7
view.textContainerInset = UIEdgeInsets(top: 20, left: 13.3, bottom: 20, right: 13.3)