boundary-shaping-002.ref.html (353B)
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 vertical-align: 1em; 15 display: inline-block; 16 } 17 </style> 18 </head> 19 <body> 20 of<span class=a>f</span>ice 21 </body> 22 </html>