Tabular figures are can also be accessed on the web with the CSS property value font-feature-settings: 'tnum'.
font-feature-settings: 'tnum'
The page you linked recommends using the higher-level font-variant or font-variant-* properties instead of font-feature-settings. In this case, the appropriate property is font-variant-numeric:
font-variant
font-variant-*
font-feature-settings
font-variant-numeric
font-variant-numeric: tabular-nums;
Also font-variant-numeric: tabular-nums
font-variant-numeric: tabular-nums
I get the sense that these demos are supposed to be animated? On mobile Safari they appear static.
On desktop Safari they work. My guess is the problem is probably that mobile Safari has very aggressive rules for autoplay video.
Edit: See https://stackoverflow.com/questions/46745684/muted-autoplay-videos-stop-playing-in-safari-11-0
Tabular figures are can also be accessed on the web with the CSS property value
font-feature-settings: 'tnum'
.The page you linked recommends using the higher-level
font-variant
orfont-variant-*
properties instead offont-feature-settings
. In this case, the appropriate property isfont-variant-numeric
:Also
font-variant-numeric: tabular-nums
I get the sense that these demos are supposed to be animated? On mobile Safari they appear static.
On desktop Safari they work. My guess is the problem is probably that mobile Safari has very aggressive rules for autoplay video.
Edit: See https://stackoverflow.com/questions/46745684/muted-autoplay-videos-stop-playing-in-safari-11-0