Fonts needed

Closed
halloweendep Posts 16 Registration date Wednesday August 6, 2008 Status Member Last seen February 28, 2009 - Aug 24, 2008 at 09:57 AM
Revan26914 Posts 1778 Registration date Saturday October 13, 2007 Status Contributor Last seen October 15, 2019 - Sep 27, 2008 at 03:19 AM
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.

1 response

Revan26914 Posts 1778 Registration date Saturday October 13, 2007 Status Contributor Last seen October 15, 2019 1
Sep 27, 2008 at 03:19 AM
Hi

You can use the font you want. The only problem is that the person who is in your website must have this font.

You should choose several different fonts.


The CSS code:

font-family: "Comic Sans MS","Arial Black", Arial, Verdana, serif;


If the person doesn't have the font "Comic Sans MS", the font "Arial Black" will be used.



1