tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

marker-font-properties-ref.html (519B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>CSS Test: ::marker formatting with font properties reference file</title>
      6 <link rel="author" title="Daniel Bates" href="mailto:dbates@webkit.org">
      7 <style>
      8 ol {
      9    line-height: 30px;
     10 }
     11 
     12 li {
     13    font-family: sans-serif;
     14    font-size: 24px;
     15    font-style: italic;
     16    font-variant: small-caps;
     17    font-weight: bold;
     18    list-style-type: lower-alpha;
     19    font-variant-numeric: tabular-nums;
     20 }
     21 </style>
     22 </head>
     23 <body>
     24 <ol>
     25    <li></li>
     26 </ol>
     27 </body>
     28 </html>