Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Fonts question

 
   Web Hosting Problem Solving Community! (Home) -> Webmaster RSS
Next:  back for another appraisal  
Author Message
sharif1

External


Since: Oct 20, 2003
Posts: 44



(Msg. 1) Posted: Tue Dec 30, 2003 5:26 am
Post subject: Fonts question
Archived from groups: alt>www>webmaster (more info?)

Is there a way to display a certain font I have on any users browser? I have
this font called bitdust and I know not a lot of people have it so is there
any way to do that?

--
Sharif Tanvir Karim
http://www.aftermathstudios.com

 >> Stay informed about: Fonts question 
Back to top
Login to vote
spamblocked1

External


Since: Sep 19, 2003
Posts: 3499



(Msg. 2) Posted: Tue Dec 30, 2003 5:33 am
Post subject: Re: Fonts question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sharif Tanvir Karim wrote:
 > Is there a way to display a certain font I have on any users browser?
 > I have this font called bitdust and I know not a lot of people have
 > it so is there any way to do that?

Make a graphic - obviously only works in graphics enabled environments.

--
William Tasso - <a style='text-decoration: underline;' href="http://WilliamTasso.com" target="_blank">http://WilliamTasso.com</a><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Fonts question 
Back to top
Login to vote
user334

External


Since: Dec 10, 2003
Posts: 21



(Msg. 3) Posted: Tue Dec 30, 2003 1:24 pm
Post subject: Re: Fonts question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Sharif Tanvir Karim" <sharif.TakeThisOut@nyc.rr.com> wrote in message
news:Gn5Ib.84411$0P1.43778@twister.nyc.rr.com...
 > Is there a way to display a certain font I have on any users browser? I
have
 > this font called bitdust and I know not a lot of people have it so is
there
 > any way to do that?

The only way to guarantee the font will dsplay as you want it to is to
render the text as an image in your graphics editing software.....<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Fonts question 
Back to top
Login to vote
user172

External


Since: Aug 08, 2003
Posts: 70



(Msg. 4) Posted: Tue Dec 30, 2003 1:24 pm
Post subject: Re: Fonts question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <3ff15059_2 RemoveThis @mk-nntp-2.news.uk.tiscali.com>,
"Sam \(prime electrical4u webmaster\)" <prime tee ell see @
tiscali.co.uk> wrote:

 > The only way to guarantee the font will dsplay as you want it to is to
 > render the text as an image in your graphics editing software.....

and that "guarantee" goes out the window if images aren't being loaded
and/or can't be seen by the user (blind/text browser/SEARCH
ENGINE/whatever). Trying to make a web page into a pamphlet-style
layout is a loser approach from any number of perspectives.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Fonts question 
Back to top
Login to vote
web1

External


Since: Jul 03, 2003
Posts: 569



(Msg. 5) Posted: Tue Dec 30, 2003 2:08 pm
Post subject: Re: Fonts question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sharif Tanvir Karim sharif DeleteThis @nyc.rr.com wrote:
 > Is there a way to display a certain font I have on any users browser? I have
 > this font called bitdust and I know not a lot of people have it so is there
 > any way to do that?
 >

you can...it is rarely, if ever, worth it

the best bet is to offer a link to a download of the fint for people who
wish to see the site as the designer intended...if it's that spectacular
then some people may well do so...this ONLY works if the font is freely
available

you can embed the font, which makes for a cumbersome and less reliable
page...this also ONLY works if the font is freely available

--
eric
<a style='text-decoration: underline;' href="http://www.ericjarvis.co.uk" target="_blank">www.ericjarvis.co.uk</a>
all these years I've waited for the revolution
and all we end up getting is spin<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Fonts question 
Back to top
Login to vote
jake

External


Since: Jul 27, 2003
Posts: 72



(Msg. 6) Posted: Tue Dec 30, 2003 2:56 pm
Post subject: Re: Fonts question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In message <Gn5Ib.84411$0P1.43778@twister.nyc.rr.com>, Sharif Tanvir
Karim <sharif.RemoveThis@nyc.rr.com> writes
 >Is there a way to display a certain font I have on any users browser? I have
 >this font called bitdust and I know not a lot of people have it so is there
 >any way to do that?
 >
 >--
 >Sharif Tanvir Karim
 >http://www.aftermathstudios.com
 >
 >
On any browser? probably not.

But if your happy with 85% (or is it 90% ? -- I hear so many different
statistics) of your potential audience who run with MS Internet Explorer
then you can use font embedding.

<a style='text-decoration: underline;' href="http://www.microsoft.com/typography/web/embedding/weft3/default.htm" target="_blank">http://www.microsoft.com/typography/web/embedding/weft3/default.htm</a>

You use the WEFT program to generate the appropriate .eot file and
upload that to your server. When the page requiring the new font is
downloaded by a user, the .eot file will be downloaded as well.

It's a fairly straightforward task once you've done it a few times.

Also, the font file can be quite small and quick to load as one of the
options is to generate an .eot file just containing the characters that
you need.

If you have a graphics editing package and you're just wanting to use
'bitdust' for a heading, then you'll find that it's probably quicker to
generate a graphic. However, the graphic can't be resized in most
browsers, but an embedded font can.

The embedded font's presence in the user's system is only temporary.

Here's an example of it's use:

<a style='text-decoration: underline;' href="http://www.gododdin.demon.co.uk/ng/fonttest.htm" target="_blank">http://www.gododdin.demon.co.uk/ng/fonttest.htm</a>

Those users with browsers that can handle .eot files will display the
alternative font that you've suggested in your CSS, or their default
font.

regards.
--
Jake<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Fonts question 
Back to top
Login to vote
jake

External


Since: Jul 27, 2003
Posts: 72



(Msg. 7) Posted: Tue Dec 30, 2003 4:04 pm
Post subject: Re: Fonts question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In message <4R70WxSvfW8$EwjR@gododdin.demon.co.uk>, jake
<jake DeleteThis @gododdin.demon.co.uk> writes
 >In message <Gn5Ib.84411$0P1.43778@twister.nyc.rr.com>, Sharif Tanvir
 >Karim <sharif DeleteThis @nyc.rr.com> writes
  >>Is there a way to display a certain font I have on any users browser? I have
  >>this font called bitdust and I know not a lot of people have it so is there
  >>any way to do that?
  >>
  >>--
  >>Sharif Tanvir Karim
  >>http://www.aftermathstudios.com
  >>
  >>
 >On any browser? probably not.
 >
 >But if your happy with 85% (or is it 90% ? -- I hear so many different
 >statistics) of your potential audience who run with MS Internet
 >Explorer then you can use font embedding.
 >
 >http://www.microsoft.com/typography/web/embedding/weft3/default.htm
 >
 >You use the WEFT program to generate the appropriate .eot file and
 >upload that to your server. When the page requiring the new font is
 >downloaded by a user, the .eot file will be downloaded as well.
 >
 >It's a fairly straightforward task once you've done it a few times.
 >
 >Also, the font file can be quite small and quick to load as one of the
 >options is to generate an .eot file just containing the characters that
 >you need.
 >
 >If you have a graphics editing package and you're just wanting to use
 >'bitdust' for a heading, then you'll find that it's probably quicker to
 >generate a graphic. However, the graphic can't be resized in most
 >browsers, but an embedded font can.
 >
 >The embedded font's presence in the user's system is only temporary.
 >
 >Here's an example of it's use:
 >
 >http://www.gododdin.demon.co.uk/ng/fonttest.htm
 >
 >Those users with browsers that can handle .eot files will display the
 >alternative font that you've suggested in your CSS, or their default
 >font.
 >
 >regards.

Oops!

Last paragraph should read:

"Those users with browsers that **can't** handle .eot files will display
the alternative font that you've suggested in your CSS, or their default
font."

regards
--
Jake<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Fonts question 
Back to top
Login to vote
davidvb3

External


Since: Nov 10, 2003
Posts: 272



(Msg. 8) Posted: Tue Dec 30, 2003 4:41 pm
Post subject: Re: Fonts question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sharif Tanvir Karim wrote:

 > Is there a way to display a certain font I have on any users browser? I have
 > this font called bitdust and I know not a lot of people have it so is there
 > any way to do that?

You can embed the font, but I wouldn't recommend it. Firstly, fonts are
usually largish sorts of files wish would really slow loading times.
Secondly, the support is client-side meaning that you have to deal with
browser compatibility. Thirdly, embedding fonts is a surprisingly
difficult task and depends on the font type. I have personally never
done it because it looked like too much trouble for the advantages it
would bring. Fourthly, for longer, paragraph text, people a) are used to
their normal fonts - Times, Arial and Verdana, and b) often find other
fonts difficult to read, especially if the text differs greatly from the
normal fonts. Fifthly and finally, for headings and 'one-offs', it is
simpler to make the text a graphic file, which would probably be less of
a hassle for you and the user. Sixthly, users don't like you messing
with their settings - some even get pissed off when the font is changed
from times to arial. And finally, it isn't going to work on some
browsers anyway. So, I wouldn't bother.

Still, here are some tutorials for embedding fonts:
<a style='text-decoration: underline;' href="http://hotwired.lycos.com/webmonkey/design/fonts/tutorials/tutorial2.html" target="_blank">http://hotwired.lycos.com/webmonkey/design/fonts/tutorials/tutorial2.html</a>
<a style='text-decoration: underline;' href="http://www.devshed.com/Client_Side/DHTML/EmbeddedFonts" target="_blank">http://www.devshed.com/Client_Side/DHTML/EmbeddedFonts</a>
<a style='text-decoration: underline;' href="http://www.pcmag.com/article2/0,4149,1308799,00.asp" target="_blank">http://www.pcmag.com/article2/0,4149,1308799,00.asp</a>
<a style='text-decoration: underline;' href="http://www.google.com/search?q=embedded+fonts&sourceid=mozilla-search&start=0&start=0&ie=utf-8&oe=utf-8" target="_blank">http://www.google.com/search?q=embedded+fonts&sourceid=mozilla-search&...rt=0&st</a>

HTH<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Fonts question 
Back to top
Login to vote
user334

External


Since: Dec 10, 2003
Posts: 21



(Msg. 9) Posted: Tue Dec 30, 2003 6:23 pm
Post subject: Re: Fonts question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Doc O'Leary" <droleary.usenet RemoveThis @subsume.com> wrote in message
news:droleary.usenet-C19660.08360330122003@corp.supernews.com...
 > In article <3ff15059_2 RemoveThis @mk-nntp-2.news.uk.tiscali.com>,
 > "Sam \(prime electrical4u webmaster\)" <prime tee ell see @
 > tiscali.co.uk> wrote:
 >
  > > The only way to guarantee the font will dsplay as you want it to is to
  > > render the text as an image in your graphics editing software.....
 >
 > and that "guarantee" goes out the window if images aren't being loaded
 > and/or can't be seen by the user (blind/text browser/SEARCH
 > ENGINE/whatever). Trying to make a web page into a pamphlet-style
 > layout is a loser approach from any number of perspectives.

Maybe so....But it's just about the best answer the OP is likely to get
given the nature of his question.....I never said it was a perfect
solution....Just *a* solution......<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Fonts question 
Back to top
Login to vote
jake

External


Since: Jul 27, 2003
Posts: 72



(Msg. 10) Posted: Tue Dec 30, 2003 6:35 pm
Post subject: Re: Fonts question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In message <cz5Ib.72$uQ3.2885@nnrp1.ozemail.com.au>, David VB
<davidvb.RemoveThis@notmydomain.com> writes
 >Sharif Tanvir Karim wrote:
 >
  >> Is there a way to display a certain font I have on any users browser? I have
  >> this font called bitdust and I know not a lot of people have it so is there
  >> any way to do that?
 >
 >You can embed the font, but I wouldn't recommend it.


 >Firstly, fonts are usually largish sorts of files wish would really
 >slow loading times.

Not necessarily. It depends on what you are using the font for.
On my reply to the OP's question I gave a url to an example page which
looks like this:
<a style='text-decoration: underline;' href="http://www.gododdin.demon.co.uk/ng/FONTS.JPG" target="_blank">http://www.gododdin.demon.co.uk/ng/FONTS.JPG</a>

The file for the heading contains only those characters used and takes
up 7k -- not any bigger than a graphic would be.

The file for the body text which (I think) contains only the characters
used is 20k.

 >Secondly, the support is client-side meaning that you have to deal with
 >browser compatibility.

Yes, true. However, if you can settle for only 85% of your viewers (IE4
onwards for .eot files) seeing your chosen font than it's not a problem.
Those users that can't handle the embedded font file format will just
see the alternative font the CSS suggests, or their default.

 >Thirdly, embedding fonts is a surprisingly difficult task and depends
 >on the font type.

Nope. Not difficult at all -- use the WEFT utility Wink

 >I have personally never done it because it looked like too much trouble
 >for the advantages it would bring.

What can I say?

 >Fourthly, for longer, paragraph text, people a) are used to their
 >normal fonts - Times, Arial and Verdana, and b) often find other fonts
 >difficult to read, especially if the text differs greatly from the
 >normal fonts.

Personal choice.

 > Fifthly and finally, for headings and 'one-offs', it is simpler to
 >make the text a graphic file, which would probably be less of a hassle
 >for you and the user.

Depends:
Headings as a graphic -- maybe/probably;
Body text as a graphic -- no, text can't be resized and you'd have to
provide a non-graphics option for the benefit of those with screen
readers, text-only browsers, etc.

 >Sixthly, users don't like you messing with their settings - some even
 >get pissed off when the font is changed from times to arial. And
 >finally, it isn't going to work on some browsers anyway.

Well, I guess this a design/authoring decision; can't please every one
all the time Wink

 >So, I wouldn't bother.
 >
Try it; you might like it Wink


 >Still, here are some tutorials for embedding fonts:
 >http://hotwired.lycos.com/webmonkey/design/fonts/tutorials/tutorial2.html
 >http://www.devshed.com/Client_Side/DHTML/EmbeddedFonts
 >http://www.pcmag.com/article2/0,4149,1308799,00.asp
 >http://www.google.com/search?q=embedded+fonts&sourceid=mozilla-search&st
 >art=0&start=0&ie=utf-8&oe=utf-8
 >
 >HTH
 >
regards
--
Jake<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Fonts question 
Back to top
Login to vote
jake

External


Since: Jul 27, 2003
Posts: 72



(Msg. 11) Posted: Tue Dec 30, 2003 6:44 pm
Post subject: Re: Fonts question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In message <MPG.1a5b6cf14c68344698bfe9.TakeThisOut@News.CIS.DFN.DE>, Eric Jarvis
<web.TakeThisOut@ericjarvis.co.uk> writes
 >Sharif Tanvir Karim sharif.TakeThisOut@nyc.rr.com wrote:
  >> Is there a way to display a certain font I have on any users browser? I have
  >> this font called bitdust and I know not a lot of people have it so is there
  >> any way to do that?
  >>
 >
 >you can...it is rarely, if ever, worth it
 >
 >the best bet is to offer a link to a download of the fint for people who
 >wish to see the site as the designer intended...if it's that spectacular
 >then some people may well do so...this ONLY works if the font is freely
 >available
 >
 >you can embed the font, which makes for a cumbersome and less reliable
 >page

Why cumbersome? Why less reliable?

 >...this also ONLY works if the font is freely available

It depends on what the Font Embeddability is set to.
 >
regards
--
Jake<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Fonts question 
Back to top
Login to vote
user104

External


Since: Jun 28, 2003
Posts: 1662



(Msg. 12) Posted: Tue Dec 30, 2003 6:52 pm
Post subject: Re: Fonts question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"jake" <jake.TakeThisOut@gododdin.demon.co.uk> wrote in message
news:xBu2CUW6fX8$Ewz4@gododdin.demon.co.uk...

  > >Here's an example of it's use:
  > >
  > >http://www.gododdin.demon.co.uk/ng/fonttest.htm

Don't know much about it Jake, but yours looks like a good solution, works
for me!
--
Charles Sweeney
<a style='text-decoration: underline;' href="http://www.CharlesSweeney.com" target="_blank">www.CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Fonts question 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
CSS Fonts - Can anyone tell me what is monospace? I got found it on some website. <style type="text/css"> p { font-family:arial,'arial black',monospace; } </style> Davis

CSS and choosing fonts? - I am using CSS to layout a page. I want to make sure the text is easily readable. This is an informational content site. It has quite a bit of text and I want to make sure it is easy on the eyes. Right now I have a lot of text set Arial. What do you al...

fonts across different browsers - I'm looking for information about how best to deal with font sizing for different browsers. An old problem, I'm sure - I make a page. Font looks ok on IE. But, the text is uncomfortably tiny on other browers. Whats the best way to fix this? Where can ...

Embedded Fonts - Where can I find fonts that can be used on Web pages? I don't care if they are commercial or freeware. <font color=brown> ; ; ; Fred</font>

default fonts - newbie questions - With HTML 1. Why are some font sized set to "12,14,16, etc" but some are set to "1,2,3". Is there a preferred way? 2. How can I set it so my default font on my page is Arial? 3. I heard that even if you have a default font set to Aria...
   Web Hosting Problem Solving Community! (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]