CSS Font-Stretch Property

CSS 1

CSS 2

CSS 3

No Yes Yes

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;}


View All CSS Properties