text-box-trim-text-emphasis-001-ref.html (306B)
1 <!DOCTYPE html> 2 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 3 <style> 4 .spacer { 5 height: 40px; 6 background: lightgray; 7 } 8 .target { 9 font: 40px/1 Ahem; 10 } 11 </style> 12 <div class="spacer"></div> 13 <div class="target"><span>super</span> <span>important</span></div> 14 <div class="spacer"></div>