tor-browser

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

svg-glyph-compressed.html (415B)


      1 <!DOCTYPE html>
      2 <title>Test for compressed SVG glyphs</title>
      3 <style>
      4  @font-face {
      5    font-family: test;
      6    src: url(resources/svg-gz.ttf); /* copy of svg.woff using gzip-compressed SVG documents */
      7  }
      8  html { width: 400px; height: 400px; background-color: white; }
      9  body { margin: 0; }
     10  div { font: 200px test; color: fuchsia; line-height: 1; stroke: none; }
     11 </style>
     12 <div>abcdefg</div>
     13 <div>LMNOPQR</div>