font style
- normal
- italic
- oblique
- oblique 40deg
font weight
- normal // = 400
- bold // = 700
- lighter
- bolder
- 100
- 900
| 大小 | 名称 |
|---|---|
| 100 | Thin (Hairline) |
| 200 | Extra Light (Ultra Light) |
| 300 | Light |
| 400 | Normal (Regular) |
| 500 | Medium |
| 600 | Semi Bold (Demi Bold) |
| 700 | Bold |
| 800 | Extra Bold (Ultra Bold) |
| 900 | Black (Heavy) |
| 950 | Extra Black (Ultra Black) |
font variant
- normal
- non-common-ligatures
- proportional-nums
- common-ligatures
- tabular-nums
- small-caps
- slashed-zero
https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-variant
small-caps, all-small-caps, petite-caps, all-petite-caps, unicase, titling-caps
font strecth
font-stretch: ultra-condensed;
font-stretch: extra-condensed;
font-stretch: condensed;
font-stretch: semi-condensed;
font-stretch: normal;
font-stretch: semi-expanded;
font-stretch: expanded;
font-stretch: extra-expanded;
font-stretch: ultra-expanded;
font-stretch: 50%;
font-stretch: 100%;
font-stretch: 200%;