Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <html lang="en"> |
michael@0 | 3 | <head> |
michael@0 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
michael@0 | 5 | <meta http-equiv="Content-Style-Type" content="text/css"> |
michael@0 | 6 | <title>Reference for consistent kerning, bug 716402</title> |
michael@0 | 7 | <style type="text/css"> |
michael@0 | 8 | @font-face { |
michael@0 | 9 | font-family: mplus; |
michael@0 | 10 | src: url(../fonts/mplus/mplus-1p-regular-no-OT.ttf); |
michael@0 | 11 | /* a copy of M+ with OpenType tables removed, |
michael@0 | 12 | so only legacy 'kern' is present */ |
michael@0 | 13 | } |
michael@0 | 14 | body { |
michael@0 | 15 | text-rendering: optimizeLegibility; |
michael@0 | 16 | font-family: mplus; |
michael@0 | 17 | font-size: 15px; |
michael@0 | 18 | background: white; |
michael@0 | 19 | color: black; |
michael@0 | 20 | } |
michael@0 | 21 | .right { |
michael@0 | 22 | text-align: right; |
michael@0 | 23 | } |
michael@0 | 24 | span { |
michael@0 | 25 | color: white; |
michael@0 | 26 | } |
michael@0 | 27 | </style> |
michael@0 | 28 | </head> |
michael@0 | 29 | <body> |
michael@0 | 30 | <div> |
michael@0 | 31 | AVAV<span>AV</span> |
michael@0 | 32 | </div> |
michael@0 | 33 | <div class="right"> |
michael@0 | 34 | <span>AV</span>AVAV |
michael@0 | 35 | </div> |
michael@0 | 36 | </body> |