kennethormandy / normalize-opentype.css

Adds OpenType features—ligatures, kerning, and more—to Normalize.css.
http://kennethormandy.com/journal/normalize-opentype-css
MIT License
793 stars 29 forks source link

font-variant #28

Open robsonsobral opened 8 years ago

robsonsobral commented 8 years ago

Hi!

I found your project today and I'm reading it.It looks really cool! And useful! Congratulations. While studying it, I found this:

Whenever possible, Web authors should use the font-variant shorthand property or an associated longhand property, font-variant-ligatures, font-variant-caps, font-variant-east-asian, font-variant-alternates, font-variant-numeric or font-variant-position.

For now, the values accept by browsrs other than Firefox are:

I think you can leave this issue opened until the right moment comes.

Thanks!

kennethormandy commented 8 years ago

Hey @robsonsobral, I’d been keeping an eye on this approach as well, and I think the time to start using it more heavily has come. I released Utility OpenType this past week, which is entirley based around font-variant-*, and I’m going to re-think how Normalize-OpenType.css works, using that as the underlying library.

Let me know if you have any thoughts on that approach, and thanks for opening an issue. Sorry it took me so long to get back to you.

robsonsobral commented 8 years ago

Wow! It took some time... ;-)

I gonna take a look.


P.S.: your link is broken. The protocol is missing.