We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
font-variation-settings
1 parent d11d873 commit dc66ad1Copy full SHA for dc66ad1
src/css/parse.ts
@@ -9,7 +9,7 @@ const extractableKeyMap: Record<string, keyof FontFaceData> = {
9
'font-weight': 'weight',
10
'font-style': 'style',
11
'font-feature-settings': 'featureSettings',
12
- 'font-variations-settings': 'variationSettings',
+ 'font-variation-settings': 'variationSettings',
13
'unicode-range': 'unicodeRange',
14
}
15
0 commit comments