import type { FontSchemeFont } from "./FontSchemeFont"; export interface FontGroup { latin: string; ea: string; cs: string; fonts: Array; }