tor-browser

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

direction-008-ref.html (514B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8"/>
      5    <title>embellished mfrac (lspace=1em rspace=2em)</title>
      6    <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      7    <style>
      8      math, math * {
      9          font: 25px/1 Ahem;
     10      }
     11    </style>
     12  </head>
     13  <body>
     14 
     15    <p>
     16      <math>
     17        <mtext>p</mtext>
     18        <mfrac>
     19          <mo lspace="2em" rspace="1em">X</mo>
     20          <mtext>É</mtext>
     21        </mfrac>
     22        <mtext>p</mtext>
     23      </math>
     24    </p>
     25 
     26  </body>
     27 </html>