Possible Duplicate:
How would I use custom fonts in CSS
How can i use CSS to set a custom font type in, lets say, a <div>
?
I've seen something mentioned about @font-face
... but that doesn't seem to work in IE or Chrome.
Possible Duplicate:
How would I use custom fonts in CSS
How can i use CSS to set a custom font type in, lets say, a <div>
?
I've seen something mentioned about @font-face
... but that doesn't seem to work in IE or Chrome.
Yes, @font-face would be the right way, but isn't fully support (by IE, sure).
You can relly on JavaScript to do it on "all" browsers. I suggest Cufón.
@font-face is fully suported in every browser, even in ie. Notice, that some browsers need fonts to be converted to specific format. Use fontsquirrel to do that.
there's a yeasy way to register fonts with google webfonts
also you should read that