export type NonNullableOptions = { formats: Array<'woff' | 'woff2' | 'ttf' | 'otf' | 'eot'>; fontsPath: string; includeFontWeight: boolean; genericFamily: string; fontDisplay: 'auto' | 'block' | 'swap' | 'fallback' | 'optional'; };