| OLD | NEW |
| (Empty) |
| 1 <style> | |
| 2 @font-face { | |
| 3 font-family: megalopolis; | |
| 4 src: url(../../third_party/MEgalopolis/MEgalopolisExtra.woff) format("wo
ff"); | |
| 5 } | |
| 6 @font-face { | |
| 7 font-family: libertine; | |
| 8 src: url(../../third_party/Libertine/LinLibertine_R.woff) format("woff")
; | |
| 9 } | |
| 10 body { font-size: 36px; font-family: megalopolis, 'DejaVu Sans', Times; font
-kerning: none; } | |
| 11 .ligatures { text-rendering: optimizelegibility; } | |
| 12 .dlig { -webkit-font-feature-settings: "dlig" 1; } | |
| 13 .hlig { -webkit-font-feature-settings: "hlig" 1; } | |
| 14 </style> | |
| 15 <body> | |
| 16 <div>file</div> | |
| 17 <div>file</div> | |
| 18 <div class="ligatures">file</div> | |
| 19 <div>file</div> | |
| 20 <div class="ligatures">file</div> | |
| 21 <div class="ligatures">file</div> | |
| 22 <div>ABRACADABRA</div> | |
| 23 <div class="ligatures dlig">ABRACADABRA</div> | |
| 24 <div style="font-family: libertine"> | |
| 25 <div>activist</div> | |
| 26 <div class="hlig">activist</div> | |
| 27 </div> | |
| 28 </body> | |
| OLD | NEW |