Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
polished
/
lib
/
types
/
Filename :
fontFaceConfiguration.d.ts
back
Copy
declare interface FontFaceConfiguration { fontFamily: string; fontFilePath?: string; fontStretch?: string; fontStyle?: string; fontVariant?: string; fontWeight?: string; fileFormats?: Array<string>; formatHint?: boolean; localFonts?: Array<string> | null; unicodeRange?: string; fontDisplay?: string; fontVariationSettings?: string; fontFeatureSettings?: string; } export { FontFaceConfiguration };