feat: add chosen font size
This commit is contained in:
@@ -6,5 +6,6 @@ export interface UserSettings extends Model<DataType.UserSettings> {
|
||||
fontFamily?: string
|
||||
chosenFontFamily?: string
|
||||
fontSize?: string
|
||||
chosenFontSize?: string
|
||||
backlink?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user