font-family-012.xht (876B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> 3 <head> 4 <title>CSS Test: font-family with box drawing characters</title> 5 <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/> 6 <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/family/002.html" type="text/html"/> 7 <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop" /> 8 <link rel="help" href="http://www.w3.org/TR/css-fonts-3/#font-family-prop"/> 9 <style type="text/css"> 10 pre { font: 1em/1 monospace; color: navy; } 11 </style> 12 </head> 13 <body> 14 <p>The two straight lines below should be the same length.</p> 15 <pre> 16 ────╭╮ 17 ────╰╯ 18 </pre> 19 </body> 20 </html>