@objc dynamic var fontSize: String {
        get {
            getStringValue(forKey: "fontSize", otherwiseUse: "13")
        }
        set {