'Pushing' a font to the user

This is a discussion on "'Pushing' a font to the user" within the Web Page Design section. This forum, and the thread "'Pushing' a font to the user are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 25th, 2006, 21:44
New Member
Join Date: Jan 2006
Age: 29
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Question 'Pushing' a font to the user

Hi all,

I've searched, but I can't find out if it's possible to 'push' a font out to a user so that they can view my website as designed.

My site is (for the moment) at http://ccgi.paulyeoman.plus.com/sparkle/ - you'll see that the headers for the product pages (accessed via the sidebar) come up in Arial.

The font I've specified is Zapfino Linotype One (which is free), and that is the same font as that used in the header image.

The reason I'd prefer that the user has the font as opposed to creating images for each header is that I want the headings to be dynamically generated - the info comes from a mySQL database. I'd like to just add products and categories to the DB without having to create new images for each one.

For reference, the CSS for the headers is:

Code: Select all
.ContentHeader {
    font-family: "Zapfino Linotype One";
    font-size: 60pt;
    text-align: center;
    }
Hopefully someone knows if this is possible and if so what steps I should follow.

If I need to make this clearer please let me know.

Thanks in advance,

Paul
Reply With Quote

  #2 (permalink)  
Old Jan 25th, 2006, 23:50
craig's Avatar
Reputable Member
Join Date: Sep 2005
Location: Preston, UK
Age: 21
Posts: 381
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to craig
Re: 'Pushing' a font to the user

Im nearly 100% sure this is not possible. It requires downloading a font and you cant force a user into doing this and there is no way that it can install directly.
Your prob not gonna like it, but if you really want that font, you'll have to create images and call the images from the database.
However I've looked at your site in a couple of fonts, (by disabling fonts), and I like the look of your site in the font Verdana.
You may want to consider this safe option...

Craig
Reply With Quote
  #3 (permalink)  
Old Jan 26th, 2006, 06:27
Highly Reputable Member
Join Date: May 2005
Location: U.K
Age: 21
Posts: 739
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbramz
Re: 'Pushing' a font to the user

if you can force a font on sombody, you can force a trojan. its a security risk. there are that many fonts that im sure you can find a compramise.

what you could do, if the font is on the server, is create the images on the fly?
Reply With Quote
  #4 (permalink)  
Old Jan 26th, 2006, 12:36
masonbarge's Avatar
Highly Reputable Member
Join Date: Jan 2006
Location: Atlanta GA
Posts: 631
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 'Pushing' a font to the user

Yes you can do it easily as long as the font is embeddable. AFAIK it only works for IE5+ or 6, not sure when they enabled it. And yes, it's a security hole in IE. But using the technique doesn't hurt anyone's security, it's just one more thing about MS to piss you off and another reason to use FF.

The big reason it makes me mad is now everybody and his brother disables scripts. Forcing fonts is a really good idea, actually -- it's just that MS never seems to consider the vulnerabilities fully before they send a product to the market.
Reply With Quote
  #5 (permalink)  
Old Jan 26th, 2006, 15:44
Highly Reputable Member
Join Date: May 2005
Location: U.K
Age: 21
Posts: 739
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbramz
Re: 'Pushing' a font to the user

Quote:
Originally Posted by masonbarge
Yes you can do it easily as long as the font is embeddable. AFAIK it only works for IE5+ or 6, not sure when they enabled it. And yes, it's a security hole in IE. But using the technique doesn't hurt anyone's security, it's just one more thing about MS to piss you off and another reason to use FF.

The big reason it makes me mad is now everybody and his brother disables scripts. Forcing fonts is a really good idea, actually -- it's just that MS never seems to consider the vulnerabilities fully before they send a product to the market.
why develop a site for just one browser. if it cant be done properly for all then dfind another way of doing it.
Reply With Quote
  #6 (permalink)  
Old Jan 26th, 2006, 16:39
masonbarge's Avatar
Highly Reputable Member
Join Date: Jan 2006
Location: Atlanta GA
Posts: 631
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 'Pushing' a font to the user

It doesn't prevent other browsers from viewing the site in onboard fonts.
Reply With Quote
  #7 (permalink)  
Old Jan 26th, 2006, 19:34
New Member
Join Date: Jan 2006
Age: 29
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Question Re: 'Pushing' a font to the user

Thanks to you all for your replies.

I was initially enthusiastic about the idea of embedding the fonts, even though it's IE only, I'd fall back on Monotype Corsiva for the other browsers.

However I've just discovered that the font I want to use is 'non-embeddable'.

I quite liked the idea of creating images from the font on the fly, although I had another idea; perhaps I could use a tool which would automatically create images based on the product names in my database, and then I could upload these to the server after running the process once. Then I could simply run the process each time I added new products.

Does anyone know if there is a tool out there which can do this?

Thanks,

Paul
Reply With Quote
  #8 (permalink)  
Old Jan 27th, 2006, 15:46
Highly Reputable Member
Join Date: May 2005
Location: U.K
Age: 21
Posts: 739
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbramz
Re: 'Pushing' a font to the user

Quote:
Originally Posted by masonbarge
It doesn't prevent other browsers from viewing the site in onboard fonts.
i do realise that, however, im a beliver in a site that looks the same in all broswers.
Reply With Quote
Reply

Tags
pushing, font, user

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Font Help lisafelst12 Graphics and 3D 25 Nov 19th, 2007 22:43
IE pushing table down the page PeterBailey2 Web Page Design 14 May 3rd, 2007 13:57
how do you make it so the user can change the font colour and size and background... VanHype JavaScript Forum 2 Apr 24th, 2007 16:39
my font changes monstermunch Starting Out 1 Apr 17th, 2007 09:12
IE6 bully: pushing my divs around kidreapertronV Web Page Design 3 Mar 5th, 2007 18:33


All times are GMT. The time now is 08:56.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43