UNPKG

178 BTypeScriptView Raw
1export type FontFamily =
2 | string
3 | {
4 fontFamily: string;
5 src: string;
6 fontStyle?: string;
7 fontWeight?: string | number;
8 };