Fonts on html??

Closed
jv.java Posts 7 Registration date Friday April 18, 2008 Status Member Last seen May 29, 2009 - Aug 3, 2008 at 06:20 AM
Dora The Explorer Posts 2811 Registration date Monday September 3, 2007 Status Contributor Last seen September 1, 2011 - Aug 3, 2008 at 12:47 PM
Hi everybody can somebody tells me what fonts does HTML/CSS support?


I need fonts like Comic Sans MS, or at least tell me if it supports that.


Thanks
Related:

1 response

Dora The Explorer Posts 2811 Registration date Monday September 3, 2007 Status Contributor Last seen September 1, 2011 2
Aug 3, 2008 at 12:47 PM
Hi,

All fonts are supported... but it needs to be installed on the computer of the client, that's why people use the most basic and common fonts. You have to use the fonts every one in his computer.

You also should write several fonts in your css code. The first one being the rarest and the one you prefer, the last one being the most common.
font-family: Verdana, "Lucida Grande", Lucida, Tahoma, "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;

(an example of code)

Hope it helped, anyway you can google "css common fonts" and you will have many results.
0