tor-browser

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

1576553-1-ref.html (322B)


      1 <!DOCTYPE html>
      2 <html>
      3 <meta charset="utf-8">
      4 <style>
      5 @font-face {
      6  font-family: test;
      7  src: url(../fonts/sil/CharisSIL-R.ttf);
      8 }
      9 #test {
     10  font: 100px test, serif;
     11  -webkit-text-fill-color: transparent;
     12  -webkit-text-stroke-color: blue;
     13  -webkit-text-stroke-width: 2px;
     14 }
     15 </style>
     16 <body>
     17 <div id="test">office</div>