What are all the faces of the fonts that I can use?
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:
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
,
, 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.