0xProject / 0x-launch-kit-frontend

Apache License 2.0
114 stars 208 forks source link

(fix) improve numbers' legibility #256

Closed gabitoesmiapodo closed 5 years ago

gabitoesmiapodo commented 5 years ago

Closes #245

All number should be easier to read now.

Used font-feature-settings: 'tnum' 1; instead of the suggested font-variant-numeric: tabular-nums;

The result is exactly the same, but the former option was already implemented (not always enabled though).