boundary-shaping-007.ref.html (374B)
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 padding-left: 10px; 15 margin-right: 10px; 16 display: inline-block; 17 } 18 </style> 19 </head> 20 <body> 21 of<span class=a>f</span>ice 22 </body> 23 </html>