tor-browser

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

gujarati-4.html (435B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>Simple Gujarati shaping</title>
      6 <style>
      7 @font-face {
      8  font-family: lohit-gu;
      9  src: url(../fonts/ttf-indic/lohit_gu.ttf);
     10 }
     11 body {
     12  font-family: lohit-gu;
     13  font-size: 36px;
     14  margin: 18px;
     15 }
     16 .w {
     17  color: white;
     18 }
     19 </style>
     20 </head>
     21 <body>
     22 <!-- presence of ZWNJ alters placement of the short-I matra -->
     23 <div>
     24 &#x0AA1;&#x0ACD;&#x200C;&#x0AB8;&#x0ABF;
     25 </div>
     26 </body>
     27 </html>