I came across this article regarding ligatures and web typography. It provides a few solutions, one being a css3 method. According to the writeup, Firefox 4 was the only browser providing support at the time. Considering Firefox4 is rather outdated, I'm curious if modern browsers have added support. Thanks.
Howdy all,
I came across this article regarding ligatures and web typography. It provides a few solutions, one being a css3 method. According to the writeup, Firefox 4 was the only browser providing support at the time. Considering Firefox4 is rather outdated, I'm curious if modern browsers have added support. Thanks.
The CSS
Source
http://adamdscott.com/typography/ligatures-on-the-web/
I found this:http://blog.fontdeck.com/post/15777165734/opentype-1
According to caniuse.com there may be some support, albeit prefixed at the moment.
http://caniuse.com/#feat=font-feature
Elliot Jay Stocks also wrote an article on this.
That would be this one?
http://elliotjaystocks.com/blog/the-fine-flourish-of-the-ligature/
Correct. Thanks for linking to it.
Cool, Nice resource