How do you use a custom font for for your style for a page?
So the font is:
FontFile.ttf

How do you use a custom font for for your style for a page?
So the font is:
FontFile.ttf
Didn't think you could, unless the viewer has that font.
PHP GD?
GD is for images I do believe.
Jack you can't, I don't think?
CSS3 has this in.
Their were many way, most of the known ones are not unsupported.
Your best bet nowadays is GD, which needs to be installed onto your server.
"RETIRED" FROM HABBO(X)
:¬:
TOMSPIT / COWLY05
use sIFR. It's the best solution as it is also SE friendly as opposed to it being images it appears to the search engines as plain text.
In the space of two seconds to type "css custom font" in google I have found your answer.
Originally Posted by albinoblacksheep.com
Embed a Custom Font in Internet Explorer
To embed a custom font, let me show you the code first, and then explain what you have to do to get the code to work correctly.
I advise you to place this code between the <style type="text/css"> </style> tag set in the head of the document.
You have now defined a new font-face that you can use throughout your CSS document like any other font, but before this takes effect, you must encode and upload the .eot file which stands for Embedded Open Type format. To do this, download Microsoft's Web Embedding Font Tool at http://www.microsoft.com/typography/WEFT.mspxCode:@font-face { font-family: newfontname; font-style: normal; src: url(newfontname.eot); }
In your code, you will also need to change "newfontname" to the name of your font, and you can include a path to find the font.
Want to hide these adverts? Register an account for free!