481948-2-ref.html (324B)
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, PalatinoLinotype, DejaVuSerif, 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>