export interface GoogleFontFamilies {
    families: Array<string>;
}
export interface FontConfiguration {
    google: GoogleFontFamilies;
}
