Results 1 to 5 of 5

Thread: External font????

  1. #1
    Join Date
    Dec 2005
    Posts
    44
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default External font????

    Is there any way to insert external font to web page?
    I mean something like this:

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

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    '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.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Twey
    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 (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 or provide one's own symbols.

    Mike


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

  4. #4
    Join Date
    Jan 2006
    Location
    Canada
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You may consider Dynamic Text Replacement as an alternative.

  5. #5
    Join Date
    Dec 2005
    Posts
    44
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you!!!!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •