font-variant
CSS
shorthand property
allows you to set all the font variants for a font.
You can also set the CSS Level 2 (Revision 1) values of
font-variant
, (that is,
normal
or
small-caps
), by using the
font
shorthand.
The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone https://github.com/mdn/interactive-examples and send us a pull request.
此特性是下列 CSS 特性的简写:
font-variant-alternates
font-variant-caps
font-variant-east-asian
font-variant-ligatures
font-variant-numeric
font-variant: small-caps; font-variant: common-ligatures small-caps; /* Global values */ font-variant: inherit; font-variant: initial; font-variant: unset;
normal
font-variant
are:
font-variant-caps
,
font-variant-numeric
,
font-variant-alternates
,
font-variant-ligatures
,和
font-variant-east-asian
.
none
font-variant-ligatures
to
none
and the values of the other longhand property as
normal
, their initial value.
<common-lig-values>
,
<discretionary-lig-values>
,
<historical-lig-values>
,
<contextual-alt-values>
font-variant-ligatures
longhand property. The possible values are:
common-ligatures
,
no-common-ligatures
,
discretionary-ligatures
,
no-discretionary-ligatures
,
historical-ligatures
,
no-historical-ligatures
,
contextual
,和
no-contextual
.
stylistic()
,
historical-forms
,
styleset()
,
character-variant()
,
swash()
,
ornaments()
,
annotation()
font-variant-alternates
longhand property.
small-caps
,
all-small-caps
,
petite-caps
,
all-petite-caps
,
unicase
,
titling-caps
font-variant-caps
longhand property.
<numeric-figure-values>
,
<numeric-spacing-values>
,
<numeric-fraction-values>
,
ordinal
,
slashed-zero
font-variant-numeric
longhand property. The possible values are:
lining-nums
,
oldstyle-nums
,
proportional-nums
,
tabular-nums
,
diagonal-fractions
,
stacked-fractions
,
ordinal
,和
slashed-zero
.
<east-asian-variant-values>
,
<east-asian-width-values>
,
ruby
font-variant-east-asian
longhand property. The possible values are:
jis78
,
jis83
,
jis90
,
jis04
,
simplified
,
traditional
,
full-width
,
proportional-width
,
ruby
.
| 初始值 |
normal
|
|---|---|
| 适用于 |
所有元素。它还适用于
::first-letter
and
::first-line
.
|
| 继承 | yes |
| 计算值 | 如指定 |
| 动画类型 | discrete |
normal | none | [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> || stylistic( <feature-value-name> ) || historical-forms || styleset( <feature-value-name># ) || character-variant( <feature-value-name># ) || swash( <feature-value-name> ) || ornaments( <feature-value-name> ) || annotation( <feature-value-name> ) || [ small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps ] || <numeric-figure-values> || <numeric-spacing-values> || <numeric-fraction-values> || ordinal || slashed-zero || <east-asian-variant-values> || <east-asian-width-values> || ruby ]where
<common-lig-values> = [ common-ligatures | no-common-ligatures ]
<discretionary-lig-values> = [ discretionary-ligatures | no-discretionary-ligatures ]
<historical-lig-values> = [ historical-ligatures | no-historical-ligatures ]
<contextual-alt-values> = [ contextual | no-contextual ]
<feature-value-name> = <custom-ident>
<numeric-figure-values> = [ lining-nums | oldstyle-nums ]
<numeric-spacing-values> = [ proportional-nums | tabular-nums ]
<numeric-fraction-values> = [ diagonal-fractions | stacked-fractions ]
<east-asian-variant-values> = [ jis78 | jis83 | jis90 | jis04 | simplified | traditional ]
<east-asian-width-values> = [ full-width | proportional-width ]
<p class="normal">Firefox rocks!</p> <p class="small">Firefox rocks!</p>
p.normal {
font-variant: normal;
}
p.small {
font-variant: small-caps;
}
| 规范 | 状态 | 注释 |
|---|---|---|
|
CSS Fonts Module Level 3
The definition of 'font-variant' in that specification. |
候选推荐 |
Made it a shorthand of the new
font-variant-*
特性。
|
|
CSS Level 2 (Revision 1)
The definition of 'font-variant' in that specification. |
推荐 | No change |
|
CSS Level 1
The definition of 'font-variant' in that specification. |
推荐 | 初始定义 |
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
font-variant
|
Chrome 完整支持 1 | Edge 完整支持 12 | Firefox 完整支持 1 | IE 完整支持 4 | Opera 完整支持 3.5 | Safari 完整支持 1 | WebView Android 完整支持 1 | Chrome Android 完整支持 18 | Firefox Android 完整支持 4 | Opera Android 完整支持 11 | Safari iOS 完整支持 1 | Samsung Internet Android 完整支持 1.0 |
| CSS Fonts Module Level 3 shorthand | Chrome 完整支持 52 | Edge 完整支持 79 |
Firefox
完整支持
34
|
IE 不支持 No | Opera 完整支持 39 | Safari 完整支持 9.1 | WebView Android 完整支持 52 | Chrome Android 完整支持 52 |
Firefox Android
完整支持
34
|
Opera Android 完整支持 41 | Safari iOS 完整支持 9.3 | Samsung Internet Android 完整支持 6.0 |
| Greek accented characters |
Chrome
不支持
No
注意事项
|
Edge
不支持
No
注意事项
|
Firefox
不支持
No
注意事项
|
IE 不支持 No |
Opera
不支持
No
注意事项
|
Safari 不支持 No |
WebView Android
不支持
No
注意事项
|
Chrome Android
不支持
No
注意事项
|
Firefox Android
不支持
No
注意事项
|
Opera Android
不支持
No
注意事项
|
Safari iOS 不支持 No |
Samsung Internet Android
不支持
No
注意事项
|
i
→
İ
and
ı
→
I
|
Chrome 完整支持 31 | Edge 完整支持 12 | Firefox 完整支持 14 | IE 完整支持 4 | Opera 完整支持 18 | Safari 完整支持 8 | WebView Android 完整支持 ≤37 | Chrome Android 完整支持 31 | Firefox Android 完整支持 14 | Opera Android 完整支持 18 | Safari iOS 完整支持 8 | Samsung Internet Android 完整支持 2.0 |
ß
→
SS
|
Chrome
不支持
No
注意事项
|
Edge
不支持
No
注意事项
|
Firefox
不支持
No
注意事项
|
IE 不支持 No |
Opera
不支持
No
注意事项
|
Safari 不支持 No |
WebView Android
不支持
No
注意事项
|
Chrome Android
不支持
No
注意事项
|
Firefox Android
不支持
No
注意事项
|
Opera Android
不支持
No
注意事项
|
Safari iOS 不支持 No |
Samsung Internet Android
不支持
No
注意事项
|
完整支持
不支持
见实现注意事项。
用户必须明确启用此特征。
font
font-family
font-feature-settings
font-kerning
font-language-override
font-optical-sizing
font-size
font-size-adjust
font-smooth
font-stretch
font-style
font-synthesis
font-variant
font-variant-alternates
font-variant-caps
font-variant-east-asian
font-variant-ligatures
font-variant-numeric
font-variant-position
font-variation-settings
font-weight
line-height
line-height-step