tor-browser

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

greek-small-caps-1.html (700B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <title>Test for Greek small-caps</title>
      5 <meta http-equiv="content-type" content="text/html; charset=utf-8">
      6 <style type="text/css">
      7 /* use a known font, to avoid dependency on platform font behavior */
      8 @font-face {
      9  font-family: test;
     10  src: url(../fonts/dejavu-sans/DejaVuSans.ttf);
     11 }
     12 div {
     13  font: 150% test;
     14  font-variant: small-caps;
     15  margin: 1em;
     16 }
     17 </style>
     18 </head>
     19 <body lang="en">
     20 <div>Πατάτα, Αέρας, Μάιος, άυλος, αϋπνία, Μαΐου, χούι, ΆΈΉΊΌΎΏ, Άκλιτα</div>
     21 <div lang="el">Πατάτα, Αέρας, Μάιος, άυλος, αϋπνία, Μαΐου, χούι, ΆΈΉΊΌΎΏ, Άκλιτα</div>
     22 </body>
     23 </html>