Text...">

What are all the faces of the fonts that I can use?

I am new to page development and starting with basic HTML.

<font face="arial">Text</font>

I understand that the above displays Texton the front of the font.

What are all the options I should put in place arial? Is there a list or something like that?

+3
source share
6 answers

What are all the faces of the fonts that I can use?

You can choose whichever font you like, but keep in mind that the browser will drop to another font if it does not have the specific font that you want to use.

The best you can do is stick with some commonly available fonts. Here are some good lists of such fonts:

+4

<font>, CSS (.. font-family - : CSS font-family )

Font Squirrel, , , .

CSS CSS: CSS

-: -

+5

Google . Reade : http://www.google.com/webfonts

html "" :

arial, arial black, comic sans ms, , new, georgia, helvetica, impact, palatino, times new roman, trebuchet ms, verdana

,

+3

sans-serif Arial.

mac ( Helvetica) ( Arial).

, http://www.google.com/webfonts,

+2

, font CSS ( , font-family , ).

As for what is commonly called “web safe,” it all depends on which fonts are available on your users ’computers, as these are the fonts that their browser will work with.

Also see the CSS directive @font-faceand its usefulness with services such as Google websites, Typekit, Font Deck, etc. This opens up a number of possibilities.

EDIT to remove the broken link.

+1
source

All Articles