tor-browser

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

b-strong-styles.html (874B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>default styles for the b, strong elements</title>
      4 <link rel="help" href="https://html.spec.whatwg.org/multipage/rendering.html#phrasing-content-3">
      5 <link rel="help" href="https://issues.chromium.org/issues/396607231">
      6 <link rel="author" href="mailto:dizhangg@chromium.org">
      7 <link rel="match" href="b-strong-styles-ref.html">
      8 
      9 <div style="font: 100 32px system-ui">lighter <b>normal <b>bolder</b></b></div>
     10 <div style="font: 32px system-ui">normal <b>bold <b>bolder</b></b></div>
     11 <div style="font: 900 32px system-ui">context max <b>bolder</b></div>
     12 
     13 <br>
     14 
     15 <div style="font: 100 32px system-ui">lighter <strong>normal <strong>bolder</strong></strong></div>
     16 <div style="font: 32px system-ui">normal <strong>bold <strong>bolder</strong></strong></div>
     17 <div style="font: 900 32px system-ui">context max <strong>bolder</strong></div>