word-spacing-003-ref.html (615B)
1 <!DOCTYPE html> 2 <title>CSS Text Reference: Word Spacing</title> 3 <link rel="author" title="Minseong Kim" href="mailto:jja08111@gmail.com"> 4 <link rel="stylesheet" href="/fonts/ahem.css"> 5 <meta name="flags" content="ahem"> 6 <style> 7 @font-face { 8 font-family: Ahem; 9 src: url(/fonts/Ahem.ttf); 10 } 11 /* We use Ahem to avoid very minor differences between the test and the 12 reference that occur with certain font+platform combinations. */ 13 div { font-family: Ahem, monospace; font-size: 20px; white-space: pre; } 14 </style> 15 <body> 16 <p>Test passes if there is the one rectangle</p> 17 <div> a</div> 18 <div> a</div> 19 </body>