tor-browser

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

font-size-adjust-text-orientation-ref.html (541B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <title>font-size-adjust and text-orientation</title>
      4 <link rel="author" title="ChangSeok Oh" href="mailto:changseok@webkit.org" />
      5 <link rel="help" href="https://www.w3.org/TR/css-fonts-5/#font-size-adjust-prop" />
      6 <style>
      7 @font-face {
      8  font-family: IcTestFullWidth;
      9  src: url(../css-values/resources/IcTestFullWidth.woff2);
     10 }
     11 div {
     12  font-family: IcTestFullWidth;
     13  font-size: 40px;
     14  font-size-adjust: ic-width 1.0;
     15  writing-mode: vertical-rl;
     16  text-orientation: mixed;
     17 }
     18 </style>
     19 <div></div>