Which of the following is not value for the font-stretch(Font descriptor)?

normal
50%
expanded
ultra-expanded

The correct answer is A. normal.

The font-stretch property is used to specify the relative width of a font. The possible values are:

  • normal: The default value. The font will be displayed at its normal width.
  • wider: The font will be displayed wider than normal.
  • narrower: The font will be displayed narrower than normal.
  • condensed: The font will be displayed much narrower than normal.
  • expanded: The font will be displayed much wider than normal.
  • ultra-expanded: The font will be displayed extremely wider than normal.

The value “normal” is not a valid value for the font-stretch property.

Exit mobile version