Log in

View Full Version : External font????



Iiro
01-03-2006, 03:17 PM
Is there any way to insert external font to web page?
I mean something like this:



<font src="fonts/Stylistic SF.ttf">Bla Bla Bla.</font>

Twey
01-03-2006, 03:58 PM
'Fraid not. Microsoft came up with something to do something like this a long time ago, can't remember what it's called now, but I don't think it ever really caught on; it made page loading times too slow to be practical anyway.

mwinter
01-03-2006, 08:29 PM
Microsoft came up with something to do something like this a long time ago, can't remember what it's called now [...]Web Embedding Fonts Tool (http://www.microsoft.com/typography/web/embedding/weft3/default.htm) (WEFT). If the intent is to introduce a font purely for aethetic reasons, in full knowledge that other browsers (and some IE users) will not be able to use it, then there isn't much of a problem. However, it is not a way to facilitate internationalisation (http://ppewww.ph.gla.ac.uk/~flavell/charset/i18n-weft.html) or provide one's own symbols.

Mike


The latter document has only been recently published, and is subject to change.

prince_of_oreon
01-05-2006, 09:51 PM
You may consider Dynamic Text Replacement (http://www.alistapart.com/articles/dynatext/) as an alternative.

Iiro
01-07-2006, 08:15 AM
Thank you!!!!