Comments on: font-stretch https://css-tricks.com Tips, Tricks, and Techniques on using Cascading Style Sheets. Tue, 31 May 2022 14:06:42 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Jakob E https://css-tricks.com/almanac/properties/f/font-stretch/#comment-1602469 Sat, 25 Jun 2016 23:09:13 +0000 http://css-tricks.com/?page_id=21993#comment-1602469 Browser support now includes
Chrome 48+
Opera 35+
Android 50+

Sadly no iOS and Safari

]]>
By: Norma Padilla https://css-tricks.com/almanac/properties/f/font-stretch/#comment-1601546 Mon, 16 May 2016 02:50:22 +0000 http://css-tricks.com/?page_id=21993#comment-1601546 He my life is good for you guys

]]>
By: Valentin Born https://css-tricks.com/almanac/properties/f/font-stretch/#comment-1598850 Mon, 04 Jan 2016 11:01:21 +0000 http://css-tricks.com/?page_id=21993#comment-1598850 In reply to Ali Zohaib.

No need for extra fonts or bigger ones – brilliant!

]]>
By: Ali Zohaib https://css-tricks.com/almanac/properties/f/font-stretch/#comment-1592196 Wed, 28 Jan 2015 06:58:31 +0000 http://css-tricks.com/?page_id=21993#comment-1592196 Use a span tag, write your desired text in span tag and set span properties as follows in style/CSS
span {
transform:scale(3,1);
-webkit-transform:scale(3,1);
display:inline-block;
}

]]>
By: carine callo https://css-tricks.com/almanac/properties/f/font-stretch/#comment-1583558 Tue, 08 Jul 2014 21:25:05 +0000 http://css-tricks.com/?page_id=21993#comment-1583558 Oh ok…Thanks. I had been wondering where the rules were….I know there were resources on w3 schools and Mozilla but never knew the official one. Thanks again.

]]>
By: Louis https://css-tricks.com/almanac/properties/f/font-stretch/#comment-1583543 Tue, 08 Jul 2014 18:33:17 +0000 http://css-tricks.com/?page_id=21993#comment-1583543 In reply to carine callo.

Hi Carine. Read the 2nd paragraph in this article and you’ll see why it wasn’t working. The font face itself has to support it, along with the browser. Just because the browser supports it, doesn’t mean this one will work. It’s kind of a strange thing with fonts and certain properties, but that’s just how it is.

Also, keep in mind that “w3schools” has nothing to do with “w3c” (which is the proper organization). W3schools is okay for learning the basics, but they don’t have any authority as a standards body or anything like that.

]]>
By: carine callo https://css-tricks.com/almanac/properties/f/font-stretch/#comment-1583537 Tue, 08 Jul 2014 17:56:56 +0000 http://css-tricks.com/?page_id=21993#comment-1583537 Hi, I was looking this up in w3 and it says that it isn’t supported in any browsers. I don’t know who’s right, but I didn’t notice the “try me” testing code from w3 working in either firefox or IE..and both are higher than 9

]]>