tor-browser

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

embellished-op-1-2-ref.html (665B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>embellished operators 1: mrow</title>
      5    <link rel="stylesheet" href="/fonts/ahem.css" />
      6    <style>
      7      @font-face {
      8        font-family: operators;
      9        src: url("/fonts/math/operators.woff");
     10      }
     11      math {
     12        font: 25px/1 Ahem;
     13      }
     14      mo {
     15        font-family: operators;
     16      }
     17    </style>
     18  </head>
     19 
     20  <body>
     21    <div>
     22      <!-- mrow whose child is embellished op -->
     23      <math xmlns="http://www.w3.org/1998/Math/MathML">
     24        <mover>
     25          <mtext>abcdef</mtext>
     26          <mrow><mo stretchy="false">&#xaf;</mo></mrow>
     27        </mover>
     28      </math>
     29    </div>
     30  </body>
     31 </html>