Created
February 15, 2018 21:45
-
-
Save wKovacs64/8a2027c6a9a41c30b2adc33650077d0e to your computer and use it in GitHub Desktop.
Fixed width numbers CSS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* https://twitter.com/wesbos/status/932644812582522880/ */ | |
font-feature-settings: "tnum"; | |
font-variant-numeric: tabular-nums; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment