Results 1 to 3 of 3

Thread: How to use customised text?

  1. #1
    Join Date
    Oct 2006
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to use customised text?

    Can i use fonts other than standard fonts in html? I wish to ue fanciful text, so can i upload true type fonts into the web directory and direct the html codes to it? Thanks

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

    Default

    You can, but you can't expect the user to be able to view that font. A standard CSS font-family declaration looks something like:
    Code:
    font-family: "Eras Light", Eras, Arial, sans-serif;
    The ideal font goes first, followed by a few less-ideal-but-not-too-bad-looking ones (preferably ones common on the most common platforms at the time), then a generic font family for people who don't have any of the specified fonts.
    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 jewellim View Post
    Can i use fonts other than standard fonts in html?
    You can try, but you probably won't be very successful.

    I wish to ue fanciful text, so can i upload true type fonts into the web directory and direct the html codes to it?
    Downloadable fonts was never something that caught on, nor is it really necessary. The usual selection are probably more readable, and stylised headings can be produced as images (with appropriate alternative text).

    Mike

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
  •