Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <html>
2 <head>
3 <style type="text/css">
4 body {
5 /* try for some likely fonts that might implement the "fi" ligature */
6 font-family: Times, Calibri, Palatino Linotype, DejaVu Serif, serif;
7 font-size: 40pt;
8 }
9 .R {
10 color: #FF0000;
11 }
12 .G {
13 color: #00FF00;
14 }
15 </style>
16 </head>
17 <body>
18 <span class="R">fi</span>
19 </body>
20 </html>