boundary-shaping-008.ref.html (330B)
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 } 16 </style> 17 </head> 18 <body> 19 of<span class=a>f</span>ice 20 </body> 21 </html>