5
common/resources/client/ui/font-picker/font-face-config.ts
Executable file
5
common/resources/client/ui/font-picker/font-face-config.ts
Executable file
@@ -0,0 +1,5 @@
|
||||
export interface FontFaceConfig {
|
||||
family: string;
|
||||
src: string;
|
||||
descriptors?: FontFaceDescriptors;
|
||||
}
|
||||
Reference in New Issue
Block a user