feat: add chosen font size

This commit is contained in:
Julien Calixte
2025-07-06 15:49:58 +02:00
parent 9cef708f44
commit df250750e5
4 changed files with 55 additions and 11 deletions

View File

@@ -6,5 +6,6 @@ export interface UserSettings extends Model<DataType.UserSettings> {
fontFamily?: string
chosenFontFamily?: string
fontSize?: string
chosenFontSize?: string
backlink?: boolean
}