CSS Font-Stretch Property

Description:
Sets the background properties. Used as a type of shortcut, instead
of listing each property separately.
Syntax:
font-stretch: [value];
Possible Values:
- normal
- wider
- narrower
- ultra-condensed
- extra-condensed
- condensed
- semi-condensed
- semi-expanded
- extra-expanded
- ultra-expanded
- inherit
Initial Value:
Normal
Applies To:
All elements
Inherited:
Yes
Media:
Visual
Example:
p {font-stretch: ultra-expanded;}





