feat: add fontFamilies array
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import { DataType } from '@/data/DataType.enum'
|
||||
import { Model } from '@/data/models/Model'
|
||||
import { DataType } from "@/data/DataType.enum"
|
||||
import { Model } from "@/data/models/Model"
|
||||
|
||||
export interface UserSettings extends Model<DataType.UserSettings> {
|
||||
fontFamilies?: string[]
|
||||
fontFamily?: string
|
||||
chosenFontFamily?: string
|
||||
fontSize?: string
|
||||
backlink?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user