tor-browser

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

1836024-1.html (969B)


      1 <!DOCTYPE html>
      2 <meta charset=utf-8>
      3 <style>
      4 <!-- Create a Devanagari face with extra scaling, to make the difference from the
      5     Limbu font more visually obvious if the fallback gets used. -->
      6 @font-face {
      7  font-family: devanagari;
      8  src: local("Devanagari Sangam MN"), local("Devanagari MN");
      9  size-adjust: 150%;
     10 }
     11 p {
     12  font-family: Noto Sans Limbu, devanagari, sans-serif;
     13  font-size: 32px;
     14  line-height: 3;
     15 }
     16 </style>
     17 
     18 <div>The double-danda character should NOT fall back to the oversized Devanagari font</div>
     19 <!-- DEVANAGARI DOUBLE DANDA is in the Devanagari block, but is also used in Limbu
     20     and does not require script-specific shaping, so should not be masked from the
     21     Noto Sans Limbu character map despite the lack of 'deva' shaping support. -->
     22 <p>ᤛᤧᤘᤠᤖᤥ᥄ ᤀᤠᤍᤠᤱᤒᤠ ᤜᤠᤍᤠᤱᤔᤠᤛᤣ ᤗᤠᤶᤎᤡᤱᤃᤥ ᤗᤠᤶᤎᤰ ᤕᤠᤰᤌᤢᤱᤐᤠᤴ ᤖᤧ ᤘᤡᤁᤡᤐᤡᤍᤡᤕᤠ ᤀᤥ ॥</p>