Click to See Complete Forum and Search --> : HTML font list


Ash
01-09-2004, 10:26 AM
I usually use <font face="Verdana">, but where can I get a list of what fonts HTML can display? Eg Tahoma, Arial, Times etc.

I've trawled through various books, w3c.org and Google and can't find anything ... :(

Any help most appreciated,
Ash

pyro
01-09-2004, 10:32 AM
It can display any font the visitor has installed. Everyone won't, however, have the same fonts as you installed. You can read up on fonts here: http://www.w3.org/TR/REC-CSS2/fonts.html#font-family-prop

Also, the <font> tag has been depreciated in favor of CSS. Check the link above.

Ash
01-09-2004, 10:37 AM
Awesome, that link was what I was after!

I was after a basic set of fonts that I could guarantee everyone would have.

Cheers fella.

pyro
01-09-2004, 11:42 AM
Happy to help. :)