Skip to content

Commit

Permalink
Update utils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-lefebvre authored Apr 5, 2024
1 parent e4ed63d commit cc5ce6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro-font/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc5ce6d

Please sign in to comment.