A particular font variety (with ligatures) that I would like to use is only available as OpenType.
I am trying to work out which browsers will be able to display it properly, and how I should add it to the CSS.
I have found this article from July 2012, with contributions from Paul Irish among others, suggesting it is probably authoritative:
http://www.typotheque.com/articles/opentype_features_in_web_browsers
But I don't understand the distinction it makes between OpenType fonts, and OpenType features:
But while all modern browsers can display OpenType *fonts*, only Firefox
(since version 4) [1], Internet Explorer 10 (preview version)[2] and
the latest versions of Google Chrome[12] are currently able to display
OpenType *features*.
So:
- Can I use this OpenType font in modern browsers? What is the difference between OpenType fonts and features? I would like to be able to display ASCII characters and ligatures.
- How should I actually include this OpenType font in the CSS?