export const translateFontVariantId = (style: string) => { return style.toLowerCase().replace(/\s/g, ''); };