tor-browser

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

svg-glyph-extents-ref.html (363B)


      1 <!DOCTYPE html>
      2 <html>
      3 <meta charset="utf-8">
      4 <head>
      5 <style type="text/css">
      6 @font-face {
      7  font-family: foo;
      8  src: url(resources/svg-glyph-extents.otf);
      9 }
     10 body {
     11  font-family: foo;
     12  font-size: 10px;
     13 }
     14 div {
     15  display: inline-block;
     16  height: 100px;
     17  width: 100px;
     18 }
     19 </style>
     20 </head>
     21 <body>
     22 <div>A</div>
     23 <div>B</div>
     24 <div>C</div>
     25 <div>D</div>
     26 </body>
     27 </html>