kennethormandy / utility-opentype

Simple, CSS utility classes for advanced typographic features.
http://utility-opentype.kennethormandy.com
MIT License
499 stars 21 forks source link

Improves cascade handling for zero and numbers #1

Closed kennethormandy closed 8 years ago

kennethormandy commented 8 years ago

This fixes the following in browsers that only support font-feature-settings and not font-variant-* for numbers and zero:

<table>
  <tr><td class="tnum lnum zero">2015-12-20</td><td>Kenneth</td></tr>
</table>