Results 1 to 3 of 3

Thread: download a font through a cookie?

  1. #1
    Join Date
    Jul 2005
    Posts
    36
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default download a font through a cookie?

    I was unsure of where to post this, so hey

    Anyway, I was wondering if it is possible to create a cookie that contains a certain font in it. The cookie would automatically be downloaded when the site loads and all text using that particular font would render perfectly across all users. If it is possible, this is the font that I want to be implemented in the cookie:

    http://www.dafont.com/en/font.php?file=venus_rising

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

    Default

    Quote Originally Posted by EliteSeraphim
    Anyway, I was wondering if it is possible to create a cookie that contains a certain font in it.
    Cookies are a component of state management, meant for storing small pieces of information that can be used to identify a user, or their preferences, across separate HTTP requests (as HTTP is inherently stateless).

    They are not for transmitting large amounts of information, and no browser will treat that data as anything meaningful. It's simply something to send back to the server in later requests so that a server-side program can alter the content or appearance of a document to suit user preferences or identity.

    Mike

  3. #3
    Join Date
    Sep 2004
    Location
    Little Falls, Roodepoort, South Africa
    Posts
    421
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    Hi

    You do not use a cookie etc... Microsoft does have a tool (for free) see link below that allow you to embed a font into a web page (basically it makes a font file that consists of the characters required (i.e AaBbCc etc etc) and then makes a reference on the web page to the file) it's very easy to use and works like a charm.
    Very Best Rgds, Simonf :cool:
    __________________________________
    My Site | E-Mail Me

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
  •