CSS font-stretch
Also see the full, alphabetical list of CSS properties
The CSS font-stretch property is used for condensing or expanding your font.
| Syntax: | font-stretch: <value> |
| Possible Values: |
|
| Initial Value: | normal |
| Applies to: | All elements |
| Inherited: | Yes |
| Media: | Visual |
| Example: |
p {font-stretch: ultra-expanded}
|
| Try it yourself! |
|

