476378-soft-hyphen-fallback.html (485B)
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 <!-- test whether soft-hyphen gets rendered from the primary font --> 14 <p>aaa­aa</p> 15 16 </div> 17 18 </body> 19 </html>