subpixel-glyphs-y-1a.html (889B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 5 <meta http-equiv="Content-Style-Type" content="text/css"> 6 <style type="text/css"> 7 body { 8 text-rendering: optimizeLegibility; 9 font-size: 14.5px; 10 } 11 div, span { 12 border: none; 13 padding: 0px; 14 } 15 span { 16 /* Offset the baseline by an integer number of pixels */ 17 display: inline-block; 18 vertical-align: baseline; 19 height: 30px; 20 } 21 </style> 22 </head> 23 <body> 24 <div style="position:fixed; left:10px; top:9.6px; font-family: sans-serif"> 25 ḝ<span></span> 26 </div> 27 <div style="position:fixed; left:100px; top:9.6px; font-family: serif"> 28 ḝ<span></span> 29 </div> 30 </body>