1. 31
  1.  

    1. 7

      Tabular figures are can also be accessed on the web with the CSS property value font-feature-settings: 'tnum'.

      1. 9

        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-numeric: tabular-nums;
        
    2. 2

      I get the sense that these demos are supposed to be animated? On mobile Safari they appear static.

      1. 4

        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