tor-browser

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

font-variant-position-04-notref.html (554B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <meta charset="utf-8"/>
      4 <title>CSS Reference (mismatch)</title>
      5 
      6 <style>
      7    /* Lato has superscript Latin letters, but not subscript ones;
      8     * digits are available in both super- and subscript form.
      9     */
     10    @font-face {
     11        font-family: "lato";
     12        src: url(/fonts/Lato-Medium.ttf);
     13    }
     14    .test {
     15        font-family: "lato";
     16        font-size: 2em;
     17    }
     18 </style>
     19 
     20 <section class="test">
     21    <p>Synthetic subscript letters <em>must</em> be used:</p>
     22    <p>Text with subscript letters</p>
     23 </section>