Using fonts that arent on the persons computer

liunx

Guest
Hey all, I know this is possible.. I have done it before.. But I forgot.. Here is the question.. how can you have a font on a website show up as that font, if the person on the computer viewing it doesnt have the font? When I did it, i used some CSS Font Converter made by Microsoft or some B.S. company, and the CSS called the new font file on the server.. how the heck did i do this!?!?!? and what program did i use?!?! please help! LOL :rolleyes:http://www.microsoft.com/typography/web/embedding/weft3/default.htmseems so simple that I should have known that.. alrighty.. well thanks!

Originally posted by Charles
<!-- m --><a class="postlink" href="http://www.microsoft.com/typography/web/embedding/weft3/default.htmThat">http://www.microsoft.com/typography/web ... lt.htmThat</a><!-- m --> doesn't help those of us that use Unix servers though, right?

There are more elegant ways to do it as well. One involves flash (I'm not fond of it) and another involves a simple php script using gd lib.

If you need something other than a microsoft "solution" I'll look for the links.wait, wait.. go back a bit? PHP method?? seriously??? Ill have to be looking that up on the PHP website.. or u can help me and tell me how it works :D

Originally posted by Triumph
That doesn't help those of us that use Unix servers though, right?

There are more elegant ways to do it as well. One involves flash (I'm not fond of it) and another involves a simple php script using gd lib.

If you need something other than a microsoft "solution" I'll look for the links.WEFT is server independent. And yes it is a Microsoft solution, but then Microsoft controls pretty much all of the market. More people use MSIE than use JavaScript, for instance. And since nobody really cares what fonts are used, WEFT will be just fine.Originally posted by Kyleva2204
wait, wait.. go back a bit? PHP method?? seriously??? Ill have to be looking that up on the PHP website.. or u can help me and tell me how it works :D

Yep, here is a demo:

<!-- m --><a class="postlink" href="http://www.stewartspeak.com/dtr/demo/">http://www.stewartspeak.com/dtr/demo/</a><!-- m -->

I'll get the link up next. Look at the markup underneath...pretty cool, eh?Here is the explanation and a link to the php script. :)

<!-- m --><a class="postlink" href="http://www.alistapart.com/articles/dynatext/AH">http://www.alistapart.com/articles/dynatext/AH</a><!-- m --> COOL! thanks a bunch man!
Originally posted by Triumph
Here is the explanation and a link to the php script. :)

<!-- m --><a class="postlink" href="http://www.alistapart.com/articles/dynatext/">http://www.alistapart.com/articles/dynatext/</a><!-- m -->
 
Back
Top