Information about Font Family (html)
| HTML |
|---|
|
Character encodings Dynamic HTML Font family HTML editor HTML element HTML scripting Layout engine comparison Style Sheets Unicode and HTML W3C Web browsers comparison Web colors XHTML |
In HTML and XHTML, a font face or font family is the typeface that is applied to some text.
The font family and other presentational attributes of fonts are applied in HTML code using Cascading Style Sheets (CSS) or the deprecated HTML font element.
Sample text.
Using the deprecated HTML font element code:
Sample text.
It is common for publishers to define a list of font families to use when rendering text. These are listed in preferential order, separated by commas (as can be seen above). In this situation, the term 'font-family' (or, in the case of HTML, 'face') is often misunderstood to mean the collection of possible fonts to use when rendering the text (be it on screen, on a printer or otherwise). In fact the list is that of several different font families, each family being of similar fonts. Thus the Times family includes different styles (like roman and italic), and weight (like regular and bold). The last family specified is usually one of the five generic families defined in HTML and CSS, to allow the text to be rendered appropriately even if the specified fonts are not available on that system.
The generic font families defined in HTML and CSS are:
| Serif: | The quick brown fox jumps over the lazy dog. |
| Sans-serif: | The quick brown fox jumps over the lazy dog. |
| Cursive: | The quick brown fox jumps over the lazy dog. |
| Fantasy: | The quick brown fox jumps over the lazy dog. |
| Monospace: | The quick brown fox jumps over the lazy dog. |
(Under Windows API, they are identified as Roman, Swiss, Script, Decorative, and Modern, respectively).
There may be many other font families; however, you cannot expect them to be universally supported. Just see what your browser can make out of it:
| Times: | The quick brown fox jumps over the lazy dog. |
| Roman: | The quick brown fox jumps over the lazy dog. |
| Garamond: | The quick brown fox jumps over the lazy dog. |
| Palatino: | The quick brown fox jumps over the lazy dog. |
| Antiqua: | The quick brown fox jumps over the lazy dog. |
| Minion: | The quick brown fox jumps over the lazy dog. |
| Helvetica: | The quick brown fox jumps over the lazy dog. |
| Swiss: | The quick brown fox jumps over the lazy dog. |
| Impact: | The quick brown fox jumps over the lazy dog. |
| Script: | The quick brown fox jumps over the lazy dog. |
| Decorative: | The quick brown fox jumps over the lazy dog. |
| Blackletter: | The quick brown fox jumps over the lazy dog. |
| Fraktur: | The quick brown fox jumps over the lazy dog. |
| Comic Sans: | The quick brown fox jumps over the lazy dog. |
| Modern: | The quick brown fox jumps over the lazy dog. |
| Courier: | The quick brown fox jumps over the lazy dog. |
| Calibri: | The quick brown fox jumps over the lazy dog. |
| Frosty: | The quick brown fox jumps over the lazy dog. |
The actual appearance will depend on your browser and the fonts installed on your system. A default installation of Microsoft's Internet Explorer, for instance, always displays Serif and Times as Times New Roman, and Sans-serif and Helvetica as Arial.
See also
- Presentational markup
- Core fonts for the Web
References
For Windows or Macintosh Font Styles
[1] - 1001 Font Styles for Mac or PC
HTML (Hypertext Markup Language)
File extension:
MIME type:
Type code: TEXT
..... Click the link for more information.
File extension:
.html, .htmMIME type:
text/htmlType code: TEXT
..... Click the link for more information.
character references, which can be numeric character references (decimal or hexadecimal) or character entity references. Character entity references are also sometimes referred to as named entities, or HTML entities for HTML.
..... Click the link for more information.
..... Click the link for more information.
Dynamic HTML or DHTML is a collection of technologies used together to create interactive and animated web sites by using a combination of a static markup language (such as HTML), a client-side scripting language (such as JavaScript), a presentation definition language
..... Click the link for more information.
..... Click the link for more information.
HTML editor is a software application for creating web pages. Although the HTML markup of a web page can be written with any text editor, specialized HTML editors can offer convenience and added functionality.
..... Click the link for more information.
..... Click the link for more information.
HTML element indicates structure in an HTML document and a way of hierarchically arranging content. More specifically, an HTML element is an SGML element that meets the requirements of one or more of the HTML Document Type Definitions (DTDs).
..... Click the link for more information.
..... Click the link for more information.
HTML
Character encodings
Dynamic HTML
Font family
HTML editor
HTML element
HTML scripting
Layout engine comparison
Style Sheets
Unicode and HTML
W3C
Web browsers comparison
Web colors
XHTML
..... Click the link for more information.
Character encodings
Dynamic HTML
Font family
HTML editor
HTML element
HTML scripting
Layout engine comparison
Style Sheets
Unicode and HTML
W3C
Web browsers comparison
Web colors
XHTML
..... Click the link for more information.
List of layout engines
Trident Presto Gecko Tasman WebCore KHTML iCab Prince Gzilla Boxely Tkhtml Robin
Trident Presto Gecko Tasman WebCore KHTML iCab Prince Gzilla Boxely Tkhtml Robin
Comparison of layout engines
HTML XML XHTML Graphics CSS DOM HTML5 ECMAScript SVG
HTML XML XHTML Graphics CSS DOM HTML5 ECMAScript SVG
..... Click the link for more information.
Web style sheets are a form of separation of presentation and content for web design in which the markup (i.e., HTML or XHTML) of a webpage contains the page's semantic content and structure, but does not define its visual layout (style).
..... Click the link for more information.
..... Click the link for more information.
hypertext markup language (HTML) may contain multilingual text represented with the Unicode universal character set.
The relationship between Unicode and HTML tends to be a difficult topic for many computer professionals, document authors, and web users alike.
..... Click the link for more information.
The relationship between Unicode and HTML tends to be a difficult topic for many computer professionals, document authors, and web users alike.
..... Click the link for more information.
World Wide Web Consortium
Consortium
Founded October 1994
Founder Tim Berners-Lee
Headquarters MIT/CSAIL in USA
ERCIM in France
Keio University in Japan
and many other offices around the world
Website www.w3.
..... Click the link for more information.
Consortium
Founded October 1994
Founder Tim Berners-Lee
Headquarters MIT/CSAIL in USA
ERCIM in France
Keio University in Japan
and many other offices around the world
Website www.w3.
..... Click the link for more information.
?
AOL Explorer America Online, Inc Free No Proprietary Trident
Arachne xChaos Software/Arachne Labs Free Yes GPL Proprietary
Avant Avant Force Free No Proprietary Trident
Camino The Camino Project Free Yes MPL, MPL/GPL/LGPL tri-license Gecko
..... Click the link for more information.
AOL Explorer America Online, Inc Free No Proprietary Trident
Arachne xChaos Software/Arachne Labs Free Yes GPL Proprietary
Avant Avant Force Free No Proprietary Trident
Camino The Camino Project Free Yes MPL, MPL/GPL/LGPL tri-license Gecko
..... Click the link for more information.
Web colors are colors used in designing web pages, and the methods for describing and specifying those colors.
Authors of web pages have a variety of options available for specifying colors for elements of web documents.
..... Click the link for more information.
Authors of web pages have a variety of options available for specifying colors for elements of web documents.
..... Click the link for more information.
XHTML
File extension:
..... Click the link for more information.
File extension:
.xhtml, .xht, .html, ...... Click the link for more information.
HTML (Hypertext Markup Language)
File extension:
MIME type:
Type code: TEXT
..... Click the link for more information.
File extension:
.html, .htmMIME type:
text/htmlType code: TEXT
..... Click the link for more information.
XHTML
File extension:
..... Click the link for more information.
File extension:
.xhtml, .xht, .html, ...... Click the link for more information.
Cascading Style Sheets
File extension:
MIME type:
Developed by: World Wide Web Consortium
Type of format: Stylesheet language
Standard(s): Level 1 (Recommendation)
Level 2 (Recommendation)
..... Click the link for more information.
File extension:
.cssMIME type:
text/cssDeveloped by: World Wide Web Consortium
Type of format: Stylesheet language
Standard(s): Level 1 (Recommendation)
Level 2 (Recommendation)
..... Click the link for more information.
In computer software standards and documentation, the term deprecation is used to indicate discouragement of usage of a particular software feature, usually because it has been superseded by a newer/better version.
..... Click the link for more information.
..... Click the link for more information.
In typography, serifs are non-structural details on the ends of some of the strokes that make up letters and symbols. A font that has serifs is called a serif font (or seriffed font).
..... Click the link for more information.
..... Click the link for more information.
In typography, a sans-serif or sans serif (sometimes just sans) typeface is one that does not have the small features called "serifs" at the end of strokes. The term comes from the French word sans, meaning "without".
..... Click the link for more information.
..... Click the link for more information.
- For the indie rock band, see Cursive (band).
..... Click the link for more information.
The Windows API, informally WinAPI, is the name given by Microsoft to the core set of application programming interfaces (APIs) available in the Microsoft Windows operating systems.
..... Click the link for more information.
..... Click the link for more information.
This article may contain original research or unverified claims.
..... Click the link for more information.
Please help Wikipedia by adding references. See the for details.
This article has been tagged since September 2007.
This article has been tagged since September 2007.
..... Click the link for more information.
Garamond <nowiki /> Category Serif
Classifications Old style serif <nowiki />
Designer(s) Claude Garamond
Jean Jannon <nowiki /> <nowiki /> <nowiki /> <nowiki /> <nowiki /> <nowiki /> <nowiki /> <nowiki />
..... Click the link for more information.
Classifications Old style serif <nowiki />
Designer(s) Claude Garamond
Jean Jannon <nowiki /> <nowiki /> <nowiki /> <nowiki /> <nowiki /> <nowiki /> <nowiki /> <nowiki />
..... Click the link for more information.
Palatino <nowiki /> Category Serif
<nowiki />
Designer(s) Hermann Zapf <nowiki /> <nowiki />
Foundry Linotype <nowiki /> <nowiki /> <nowiki /> <nowiki /> <nowiki />
Variations Palatino Nova
..... Click the link for more information.
<nowiki />
Designer(s) Hermann Zapf <nowiki /> <nowiki />
Foundry Linotype <nowiki /> <nowiki /> <nowiki /> <nowiki /> <nowiki />
Variations Palatino Nova
..... Click the link for more information.
Antiqua typefaces are those designed between about 1470 and 1600, specifically those by Nicholas Jenson and the Aldine roman commissioned by Aldus Manutius and cut by Francesco Griffo.
..... Click the link for more information.
..... Click the link for more information.
Helvetica <nowiki /> Category Sans-serif
<nowiki />
Designer(s) Max Miedinger <nowiki /> <nowiki />
Foundry Haas’sche Schriftgießerei <nowiki /> <nowiki />
Date released 1957 <nowiki />
..... Click the link for more information.
<nowiki />
Designer(s) Max Miedinger <nowiki /> <nowiki />
Foundry Haas’sche Schriftgießerei <nowiki /> <nowiki />
Date released 1957 <nowiki />
..... Click the link for more information.
Blackletter, also known as Gothic script or Gothic minuscule, was a script used throughout Western Europe from approximately 1150 to 1500. It continued to be used for the German language until the twentieth century.
..... Click the link for more information.
..... Click the link for more information.
Note: This page may contain IPA phonetic symbols in Unicode.
The German word Fraktur (]
..... Click the link for more information.
The German word Fraktur (]
..... Click the link for more information.
Comic Sans MS <nowiki /> Category Script (typefaces)
<nowiki />
Designer(s) Vincent Connare <nowiki /> <nowiki />
Foundry Microsoft <nowiki /> <nowiki /> <nowiki /> <nowiki /> <nowiki /> <nowiki /> <nowiki
..... Click the link for more information.
<nowiki />
Designer(s) Vincent Connare <nowiki /> <nowiki />
Foundry Microsoft <nowiki /> <nowiki /> <nowiki /> <nowiki /> <nowiki /> <nowiki /> <nowiki
..... Click the link for more information.
Courier <nowiki /> Category Monospace
Classifications Slab-serif <nowiki />
Designer(s) Howard "Bud" Kettler <nowiki /> <nowiki /> <nowiki /> <nowiki /> <nowiki /> <nowiki /> <nowiki /> <nowiki /> <nowiki
..... Click the link for more information.
Classifications Slab-serif <nowiki />
Designer(s) Howard "Bud" Kettler <nowiki /> <nowiki /> <nowiki /> <nowiki /> <nowiki /> <nowiki /> <nowiki /> <nowiki /> <nowiki
..... Click the link for more information.
This article is copied from an article on Wikipedia.org - the free encyclopedia created and edited by online user community. The text was not checked or edited by anyone on our staff. Although the vast majority of the wikipedia encyclopedia articles provide accurate and timely information please do not assume the accuracy of any particular article. This article is distributed under the terms of GNU Free Documentation License.
Herod_Archelaus