Use of standard fonts...

  • Thread starter some dude somewhere
  • Start date
S

some dude somewhere

Hi there,

I am almost afraid to ask this, but......... which FONTS can I use when
making a HTML page?

I always use one of the standard Windows fonts. Courier, verdana, arial and
so on. But would Trebuchet for example be possible as it is a standard
windows font.

But then again, what about the linux and mac users?

Is there a standard list of fonts that can be used in 'global' webbuilding?

Eric
 
R

Richard

some said:
Hi there,
I am almost afraid to ask this, but......... which FONTS can I use when
making a HTML page?
I always use one of the standard Windows fonts. Courier, verdana, arial
and so on. But would Trebuchet for example be possible as it is a
standard windows font.
But then again, what about the linux and mac users?
Is there a standard list of fonts that can be used in 'global'
webbuilding?

that's why you select several. if you want trebuchet as your first choice,
then arial as your 2nd, another one as your 3rd and so on, just list them in
font-family.
I will assume that if none of the choices are available, it reverts back to
the user's machine default font.
I generally have my IE set to totally ignore the fonts anyway.
 
B

brucie

in post: <
some dude somewhere said:
which FONTS can I use when making a HTML page?

any you like
I always use one of the standard Windows fonts. Courier, verdana, arial and
so on.

i only have one of those fonts.
But would Trebuchet for example be possible as it is a standard
windows font.

i don't have that one either
But then again, what about the linux and mac users?

just specify a generic family so you get the look you want and the
visitor gets their preferred font for the family specified. simple.
 
T

Toby A Inkster

some said:
I am almost afraid to ask this, but......... which FONTS can I use when
making a HTML page?

http://www.codestyle.org/ has a nice list of common fonts on different
platforms.

However, note not all fonts with the same name are equal. The Helvetica
that comes with Mac OS is nice and anti-aliased. The Helvetica that comes
with Ghostscript (and is thus installed on many Linux and Unix systems) is
a Type1 font, so doesn't include anti-aliasing, so looks pretty ugly.

e.g. http://www.goddamn.co.uk/tobyink/scratch/verdana-is-strange
 
P

picayunish

some said:
Hi there,

I am almost afraid to ask this, but......... which FONTS can I use when
making a HTML page?

I always use one of the standard Windows fonts. Courier, verdana, arial and
so on. But would Trebuchet for example be possible as it is a standard
windows font.

But then again, what about the linux and mac users?

Is there a standard list of fonts that can be used in 'global' webbuilding?

What about not specifying any font. That way you let the visitors decide
what kind of font they have set with there browsers. And you don't have
to worry about any standard browser font on all platforms. ;-)

The same goes for the font size.
 
S

Sid Ismail

On Sun, 18 Jan 2004 19:31:35 GMT, "some dude somewhere"

: I am almost afraid to ask this, but......... which FONTS can I use when
: making a HTML page?

None. The user has a set default.

Sid
 
J

jake

some dude said:
Hi there,

I am almost afraid to ask this, but......... which FONTS can I use when
making a HTML page?

Just about any you like -- although not everyone will see your choice.
You could 'embed' your font, in which case some 85% of your viewers will
see it (assuming you and they are Windows/IE users)
I always use one of the standard Windows fonts. Courier, verdana, arial and
so on. But would Trebuchet for example be possible as it is a standard
windows font.

Trebuchet is an excellent choice for a sans-serif font, having been
designed for especially for screen clarity. Not everybody has it
installed, but Arial and Helvetica are excellent fall-backs.

Verdana has a few problems associated with its use (although it, too,
was designed for screen clarity).
But then again, what about the linux and mac users?
No idea, I'm afraid.
Is there a standard list of fonts that can be used in 'global' webbuilding?
Not that I know of, but if you search around you should come up with a
list of 'most installed fonts' on various platforms.
 
S

some dude somewhere

OK, I understand why you wouldn't want to specify a certain font, but as a
designer you want to control the look of a website you make. I guess it is
the classic battle between control of a design and technical simplicity.
Hehehe, categorise this as the same discussion on frames or no frames!

Thanks anyway.

Eric
 
P

PeterMcC

OK, I understand why you wouldn't want to specify a certain font, but
as a designer you want to control the look of a website you make. I
guess it is the classic battle between control of a design and
technical simplicity. Hehehe, categorise this as the same discussion
on frames or no frames!

You may have misunderstood.

It's not a philosophical issue - you can't specify the font that will be
used to display the page. The font used depends on what font you have
suggested in the mark-up/CSS, what fonts are available on the client machine
and what preferences as regards fonts the user of the client machine has
implemented. The only fonts that you can suggest with some reasonable
expectation of use are generic serif or sans serif.

If the specific font is essential to the page's appearance, you will need to
substitute the text with an image of the text as you want it to appear. That
will, of course, introduce a whole set of other problems :(
 
S

some dude somewhere

Thanks Jake!!!!

Eric



jake said:
Just about any you like -- although not everyone will see your choice.
You could 'embed' your font, in which case some 85% of your viewers will
see it (assuming you and they are Windows/IE users)

Trebuchet is an excellent choice for a sans-serif font, having been
designed for especially for screen clarity. Not everybody has it
installed, but Arial and Helvetica are excellent fall-backs.

Verdana has a few problems associated with its use (although it, too,
was designed for screen clarity).
No idea, I'm afraid.

Not that I know of, but if you search around you should come up with a
list of 'most installed fonts' on various platforms.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Fonts 4
Custom fonts 11
Physical and logical fonts 34
Fonts 5
Test Please: Ancient Greek Unix Fonts?? 25
.CSS style sheets, font question 10
Working on mobile css menu with plenty of frustration! 2
fonts backup 4

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top