frmatthew / exsurge

A JavaScript library for rendering Gregorian Chant in square note notation
MIT License
54 stars 13 forks source link

Small Caps fix #34

Closed SirPL closed 8 years ago

SirPL commented 8 years ago

Since is reccomended not to use font-feature-* (https://developer.mozilla.org/pl/docs/Web/CSS/font-feature-settings), font-variant has been added.,

frmatthew commented 8 years ago

It's a complicated matter to use font-variant, since support for it is still not perfect. And in fact, if it's not supported, then a graceful (and decent looking) degredation is tricky. See http://stackoverflow.com/questions/24846264/css-fallback-for-opentype-small-caps But for now, we'll see how far it gets things.