tor-browser

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

font-palette-36-ref.html (547B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <style>
      6 @font-face {
      7    font-family: "COLR-test-font";
      8    src: url("resources/COLR-palettes-test-font.ttf") format("truetype");
      9 }
     10 
     11 @font-palette-values --MyPalette {
     12    font-family: "COLR-test-font";
     13    base-palette: 2;
     14 }
     15 </style>
     16 </head>
     17 <body>
     18 <div style="font: 48px 'COLR-test-font'; font-palette: --MyPalette">A</div>
     19 <div style="font: 48px 'COLR-test-font'; font-palette: --MyPalette">A</div>
     20 <div style="font: 48px 'COLR-test-font'; font-palette: --MyPalette">A</div>
     21 </body>
     22 </html>