UNPKG

105 BTypeScriptView Raw
1export type Font = {
2 family: string;
3 source: string;
4 weight?: string;
5 style?: string;
6};