How to use external font in CSS?

shee

New Member
I have HTML page which uses font Tarminis. This font is installed in my windows fonts folder. So if I open the page with Chrome the page is rendered as expected. However, if I open page with Firefox it is not encoded properly. All data are here: https://dl.dropbox.com/u/72276354/snowbank.zipSomehow Firefox (also Opera) cannot encode text int the brackets. So what I wanna do is to put this font in the same folder with my webpage and load it from there. I've been trying to use CSS \[code\]@font-face\[/code\] feature but with no luck.So how can I force my web page to use font Tarminis as external and not system font?
 
Back
Top