tor-browser

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

font-synthesis-weight-first-line-ref.html (511B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <meta charset="utf-8"/>
      4 <title>CSS Test: font-synthesis-weight apply to ::first-line</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    }
     14 </style>
     15 
     16 <p>Test passes if the two lines below are identical (the first line is <em>not bold</em>), and there is no red.</p>
     17 <section class="test">
     18    <p>Filler text<br>Filler text</p>
     19 </section>