Log in

View Full Version : Custom true type fonts in html?



dndlegend
10-09-2005, 04:08 AM
Is there any possible way to use a custom truetype font as the font in html. Or is it possible at all?

dndlegend
10-09-2005, 04:29 AM
I figures it out. It was real simple and I over looked it.

dndlegend
10-12-2005, 08:58 PM
Ok I got it to work but i was wondering if there was anyway to have the font work without the person having to download the font, or have an autodownload thing occur.

spyder
10-12-2005, 10:47 PM
dont think so

mwinter
10-13-2005, 01:31 PM
Is there any possible way to use a custom truetype font as the font in html. Or is it possible at all?It is possible for some browsers, but most don't implement downloadable fonts and they can be disabled. You should make sure that you specify appropriate fall back fonts just in case.


Ok I got it to work but i was wondering if there was anyway to have the font work without the person having to download the fontNo. How do you expect the browser to render the font without downloading it and installing it into the font database?


or have an autodownload thing occur.Again: no.

Mike

dndlegend
10-14-2005, 09:11 AM
Thanks for the help. I'll have to find another way to use the font.

simonf
10-16-2005, 12:06 PM
The only way to really do it is with weft.. as some people will not have the font on their systems etc.... so...

What you can do is embed the font into the pages etc. Microsoft have a tool called Weft on url: http://www.microsoft.com/typography/WEFT.mspx that can assist you.
rgds,Simonf

Twey
10-16-2005, 02:29 PM
I wouldn't use that, if I were you. It will only support IE, and will probably slow page loading time considerably. Is it really so vital to use this font?