<html>
<head>
<style>
div.a {
font-stretch: condensed;
}
div.b {
font-stretch: expanded;
}
</style>
</head>
<body>
<h1>The font-stretch Property</h1>
<div>Some normal text in a div element.</div>
<div class="a">Some condensed text in a div element.</div>
<div class="b">Some expanded text in a div element.</div>
<p><b>Note:</b> No browsers support the font-stretch property.</p>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss3_font-stretch by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:01:15 GMT -->
</html>