If there is a matching font face, but it does not contain a glyph for the current character, and if there is a next alternative 'font-family' in the font sets, then repeat step 2 with the next alternative 'font-family'.
www.w3.org/TR/REC-CSS2/fonts.html www.w3.org/TR/REC-CSS2/fonts.html
@font-face allows authors to specify online fonts to display text on their webpages. By allowing authors to provide their own fonts, @font-face eliminates the need to depend on the limited number of fonts users have installed on their computers...
developer.mozilla.org/index.php?title=En/CSS/%40font-fa... developer.mozilla.org/index.php?title=En/CSS/%40font-face
Web typography - Wikipedia, the free encyclopedia
Web typography refers to the use of fonts on the Web. When HTML was first created, there was no control of what fonts or styles would be used to display the text. To allow web designers to specify fo...
en.wikipedia.org/wiki/Web_typography
Using different font faces on your HTML pages. ... Well, if you have the desire to change the font type on your pages without using images, you can do it to some extent with the HTML font tag. You do this by adding the face=" " command to your font tag, like this:
www.pageresource.com/html/font2.htm www.pageresource.com/html/font2.htm
Where Are The Free Fonts? They're everywhere! FontFace.com now has more than 1000 free fonts and the archive grows literally everyday. Check out the Font of the Day for the latest free font. Browse through the archives for some of the greatest free fonts on the net.
www.fontface.com/main.html www.fontface.com/main.html
FontFace is always adding fonts to this archive -- every day, to be exact. Unlike many other sites, FontFace does not exist to be a massive archive of every font available. The only fonts found here are those that have been featured as Font of the Day.
www.fontface.com/fonts/ www.fontface.com/fonts/
a list of fonts suitable for html webpages ... <font face="helvetica, georgia, courier, arial"> what you are reading now will be rendered in the helvetica, georgia, courier or arial font. Your computer will search for each of the fonts and render this text in the first one it finds installed on your computer.
www.angelfire.com/fl5/html-tutorial/fontlist.htm www.angelfire.com/fl5/html-tutorial/fontlist.htm
A delightful sample of the use of the FONT FACE, FONT COLOR and FONT SIZE tags in HTML from the Web Diner Inc. ... This page will discusses the use of FONT FACE, FONT SIZE, and FONT COLOR. These three variations of the FONT tag are supported by Internet Explorer and Netscape 3.0 and higher.
www.webdiner.com/annexe/font/font.htm www.webdiner.com/annexe/font/font.htm
This page provides examples and coding for HTM font faces. ... Comic Sans MS...
www.irational.org/APD/cyber/htmlfont.htm www.irational.org/APD/cyber/htmlfont.htm
Font family (HTML) - Wikipedia, the free encyclopedia
In HTML and XHTML, a font face or font family is the typeface that will be applied by a web browser to some text. The font is relevant for the display of text on the screen, on a printer or anothe...
en.wikipedia.org/wiki/Font_family_(HTML)