export enum FontFormats {
  EOT = 'eot',
  SVG = 'svg',
  TTF = 'ttf',
  WOFF = 'woff',
  WOFF2 = 'woff2',
}
