tor-browser

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

476378-soft-hyphen-fallback-ref.html (497B)


      1 <html>
      2 <head>
      3 <title>Soft hyphen font fallback (for bug 476378)</title>
      4 </head>
      5 <body>
      6 
      7 <!-- On OS X, Hoefler Text has a distinctive hyphen; on Windows, Segoe UI does.
      8     In each case U+2010 will fall back to a font with a very different glyph. -->
      9 <div style="width: 50pt;
     10     font-family: Hoefler Text, Segoe UI, Trebuchet MS, Lucida Grande;
     11     font-size: 24pt;">
     12 
     13 <!-- reference text uses an explicit ASCII hyphen at the expected break point -->
     14 <p>aaa-<br>aa</p>
     15 
     16 </div>
     17 
     18 </body>
     19 </html>