Hi, I am using
@font-face in my css to provide custom font files on my site.
however, I cannot seem to get the fonts working on my cart or checkout pages. Presumably because the font files themselves are not cached?
Any clues on how to get around this?
For the secure templates, you'll need to actually embed the fonts onto the page. To do that you can run your fonts through FontSquirrel's font-face generator - using the expert option and setting it to base64 encoding: http://www.fontsquirrel.com/fontface/generator
Thank you for posting this. It made my life so sweet tonight!