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