語法
字型特性設定font-feature-settings
Controlling advanced typographic features in OpenType fonts.
Overview
Class | Declarations |
---|---|
font-feature:value | font-feature-settings: value;
|
font-feature:normal | font-feature-settings: normal;
|
font-feature:'salt' | font-feature-settings: 'salt';
|
font-feature:'tnum' | font-feature-settings: 'tnum';
|
Conditionally apply
Apply styles based on different states using selectors and applying conditionally.
<div class="font-feature:normal:hover font-feature:normal@sm font-feature:normal@dark font-feature:normal@print">…</div>