gmarket_sans 폰트 제거
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user