This article by Chris Wallace solved the flash of unstyled Cufon text replacements mainly seen in IE6. You can see my first use of this on the Paparazzi website. Just under the opening <body> tag, you should add the following line of CSS, making sure to specify the items you are styling via cufón: Then at Full Article…
Viewing 1 to 2 of 2 items
Embed Website Fonts with CSS
As you’ve already known, Firefox 3.5+ , Safari 3.1+, Opera 10+ and Internet Explorer 4.0+, all of them support @font-face embedding and Google’s Chrome 3.0 beta does as well. Although embedding the @font-face is easy by just few line code in CSS, create these font file for each type of web browser is not easy. Full Article…