Interface FontAsset
interface FontAsset {
color?: string;
family: string;
id: string;
metadata?: Record<string, unknown>;
name: string;
style?: string;
thumbnailUri?: string;
type: "asset:font";
weight?: number;
}
color?: string;
family: string;
id: string;
metadata?: Record<string, unknown>;
name: string;
style?: string;
thumbnailUri?: string;
type: "asset:font";
weight?: number;
}