tor-browser

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

font-synthesis-style-first-letter-ref.html (543B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <meta charset="utf-8"/>
      4 <title>CSS Test: font-synthesis-style apply to ::first-letter</title>
      5 <style>
      6    @font-face {
      7        font-family: "Lato-Medium";
      8        src: url(/fonts/Lato-Medium.ttf);
      9    }
     10    .test {
     11        font-family: "Lato-Medium";
     12        font-size: 3em;
     13        font-kerning: none;
     14    }
     15 </style>
     16 
     17 <p>Test passes if the two lines below are identical (the second line is <em>not obliqued</em>), and there is no red.</p>
     18 <section class="test">
     19    <p>Filler</p>
     20    <p>Filler</p>
     21 </section>