diff --git a/packages/astro-font/utils.ts b/packages/astro-font/utils.ts index d38b30a..45a65fe 100644 --- a/packages/astro-font/utils.ts +++ b/packages/astro-font/utils.ts @@ -7,7 +7,7 @@ import { pickFontFileForFallbackGeneration } from './fallback.ts' type GlobalValues = 'inherit' | 'initial' | 'revert' | 'revert-layer' | 'unset' -type FontWeight = 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 +type FontWeight = 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | (number & {}) interface Source { path: string