boundary-shaping-004.ref.html (351B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset=utf-8> 5 <style> 6 @font-face { 7 font-family: test; 8 src: url(../resources/LinLibertine_Re-4.7.5.woff); 9 } 10 body { 11 font: 36px test; /* use a font that includes ligatures for "fi" etc */ 12 } 13 .a { 14 display: inline-block; 15 width: 10px; 16 } 17 </style> 18 </head> 19 <body> 20 off<span class=a> </span>ice 21 </body> 22 </html>