tor-browser

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

mongolian-orientation-001-ref.html (580B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Writing Modes Test Reference</title>
      4 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
      5 <style>
      6 div {
      7  font-family: "Mongolian White";
      8  font-size: 2em;
      9  margin: 1em;
     10  writing-mode: vertical-lr;
     11  float: left;
     12 }
     13 div:nth-of-type(1) { text-orientation: sideways; }
     14 div:nth-of-type(2) { text-orientation: sideways; }
     15 </style>
     16 
     17 <p>The test passes if you see two identical lines of vertical text (in Mongolian).
     18 
     19 <div>ᠮᠣᠨᠭᠭᠣᠯ ᠬᠡᠯᠡ</div>
     20 <div>ᠮᠣᠨᠭᠭᠣᠯ ᠬᠡᠯᠡ</div>