tor-browser

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

metrics-override-normal-keyword-ref.html (636B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <link rel="author" href="mailto:xiaochengh@chromium.org">
      4 <link rel="help" href="https://drafts.csswg.org/css-fonts-4/#font-metrics-override-desc">
      5 <link rel="stylesheet" href="/fonts/ahem.css">
      6 <title>Tests the 'normal' keyword on descriptors ascent-override, descent-override and line-gap-override</title>
      7 
      8 <style>
      9 @font-face {
     10  font-family: reference-font;
     11  src: local(Ahem), url(/fonts/Ahem.ttf);
     12 }
     13 </style>
     14 
     15 <div style="font-family: reference-font">Test<br>Test</div>
     16 
     17 <div style="font-family: reference-font">Test<br>Test</div>
     18 
     19 <div style="font-family: reference-font">Test<br>Test</div>