tor-browser

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

1562733-rotated-nastaliq-2.html (406B)


      1 <meta charset=utf-8>
      2 <style>
      3 @font-face {
      4  font-family: noto-nastaliq;
      5  src: url(../fonts/NotoNastaliqUrdu-Regular.ttf);
      6 }
      7 body { font: 40px/200px noto-nastaliq; }
      8 div { text-align: center; margin: 10px; border: 1px solid gray;
      9      width: 200px; height: 200px; float: left; }
     10 .v2 { writing-mode: sideways-lr; }
     11 </style>
     12 
     13 <div>نوٹو نستعلیق</div>
     14 <div class="v2">نوٹو نستعلیق</div>