You are here : cssCSS 3font-stretch

font-stretch - CSS 3

The font-stretch property allows you to make text wider or narrower.


Syntax

font-stretch: 
	ultra-condensed|extra-condensed|condensed|semi-condensed|normal|semi-expanded|expanded|extra-expanded|ultra-expanded|initial|inherit;


Example

div
	{
	   
	font-stretch: expanded;
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference