tor-browser

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

indic-clusters-1-ref.html (824B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>Bug 1048899</title>
      6 <style>
      7 @font-face { font-family: lohit; src: url(../fonts/ttf-indic/Lohit-Telugu.ttf); }
      8 body { font-family: lohit; }
      9 .first { color: red; font-weight: bold; }
     10 </style>
     11 </head>
     12 <body>
     13 <div><span class='first'></span>మ్మ</div>
     14 <div><span class='first'></span>డలి</div>
     15 <div><span class='first'>జో</span>రు</div>
     16 <div><span class='first'>అం</span>దం</div>
     17 <div><span class='first'>వాఁ</span>డు</div>
     18 <div><span class='first'>కాం</span>డం</div>
     19 <div><span class='first'>కృ</span>తి</div>
     20 <div><span class='first'>ప్ర</span>జలు</div>
     21 <div><span class='first'>క్రాం</span>తి</div>
     22 <div><span class='first'>స్త్రీ</span>లు</div>
     23 </body>
     24 </html>