when I need/want to include new font to website, I use base64 (and hope the base64 is cached with CSS file).
But I see a lot of pages without base, only different files was font-faced. In Firebug I don´t see a HTTP request for the font, how it works?
I thought the font without base64 is downloaded from server each time when I refresh the page, cca a year later I saw at many pages that the text disappeared for a moment (I thought the font is downloading from the server in that moment). NOw, no disappearing, better browser cache?
What´s better to use?
The second thing, if the .htaccess file forbid the access to /font/ directory, is there any way to download the TTF file from remote server?
why dont't you use @font-face?
this is the best way to embed fonts in your pages.