Web Developer's Virtual Library: Encyclopedia of Web Design Tutorials, Articles and Discussions
 Discussion Forums
 HTML, XML, JavaScript...
 Software Reviews
 Editors,Others...
 Top100
 JavaScript Tutorials, ...
 Tutorials
 ASP, CSS, Databases...
 Discussion List
 FAQ, Roundup, Configure ...
 Authoring
 HTML, JavaScript, CSS...
 Design
 Layout, Navigation,...
 Graphics
 Tools, Colors, Images...
 Software
 Browsers, Editors, XML...
 Internet
 Domains, E-Commerce, ...
 WDVL Resources
  Intermdiate, Tutorials,...
 WDVL
 Discussion Lists, Top 100,...
 Technology Jobs


WDVL Newsletter

Active Server Pages
JSP/Java Servlets
Microsoft SQL Server
Daily Backup
Dedicated Servers
Streaming Audio/Video
24-hour Support    

jobs.webdeveloper.com

Hiermenus


e-commerce
Partner With Us















Developer Channel
FlashKit.com
JavaScript.com
JavaScriptSource
Developer Jobs
ScriptSearch
StreamingMediaWorld
Web Developer's Journal
Web Developer's Virtual Library
WebDeveloper.com
Webreference
Web Hosts
XMLfiles.com

internet.com
IT
Developer
Internet News
Small Business
Personal Technology
International

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers


Top 10 Articles
  1. Web Developer's Virtual Library: Encyclopedia of Web Design Tutorials, Articles and Discussions
  2. JavaScript Tutorial for Programmers
  3. Design
  4. JavaScript Tutorial for Programmers - Objects
  5. JavaScript Tutorial for Programmers - JavaScript Grammar
  6. JavaScript Tutorial for Programmers - Versions of JavaScript
  7. Cascading Style Sheets
  8. JavaScript Tutorial for Programmers - Embedding JavaScript
  9. JavaScript Tutorial for Programmers - Functions
  10. Authoring JavaScript
Domain Name Lookup
Search to find the availability of a domain name. Just enter the complete domain name with extension (.com, .net, .edu)

Style Sheets: Fonts

H1	{
	font-family:	Impact, "Century Gothic", Helvetica;
	font-style:	italic;
	font-weight:	bold;
	font-size:	25pt;
	}
Font specification properties
Font-family sets the actual font. A font family is a group of fonts that resemble one another, with family members that are e.g.
  • bold
  • italic
  • regular
  • bold and italic, etc.
Examples of font family names include
  • Arial
  • Verdana
  • Courier
  • Helvetica
  • Times Roman
  • Comic Sans MS
  • New Century Schoolbook
Font families may be grouped into different categories:
  • fantasy fonts,
  • resemble handwriting,
  • with or without serifs,
  • characters are or are not proportionally spaced

For a font to display it must be installed on the user's system. To work around this, you can specify a single type, or alternative font families in much the same you do in HTML's <FONT> tag.

Alternatives are separated by commas to be used in order, if the user has the font on their system. If the user has Impact, it will use it, if not it will use "Century Gothic", and so on. If a font-family is two or more words they must be in quotes. The generic family names (serif, sans-serif, cursive, fantasy, or monospace) are mapped to the fonts installed on the user's system.

Font-style normal | italic | oblique
selects between normal (sometimes referred to as "roman" or "upright"), italic and oblique faces within a font family.
Font-variant indicates whether the font contains normal upper and lower case characters or whether it contains small-caps characters.
Font-weight normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900
The values '100' to '900' form an ordered sequence, where each number indicates a weight that is at least as dark as its predecessor. The keyword 'normal' is synonymous with '400', and 'bold' is synonymous with '700'.
Font-size attribute vastly expands the size limits of the <FONT> tag. Sizes can be expressed in points, pixels, inches, absolute or relative sizes, or percentage of default (i.e. 40pt, 60px, 1.5in, or 200%).
absolute sizes:
[ xx-small | x-small | small | medium | large | x-large | xx-large ]
On a computer screen a scaling factor of 1.5 is suggested between adjacent indexes; if the 'medium' font is 10pt, the 'large' font could be 15pt.

relative sizes:
[ larger | smaller ]
interpreted relative to the table of font sizes and the font size of the parent element. For example, if the parent element has a font size of 'medium', a value of 'larger' will make the font size of the current element be 'large'.
Examples:
  P { font-size: 12pt; }
  EM { font-size: 150% }
  EM { font-size: 1.5em }
  BLOCKQUOTE { font-size: larger }
You can group font attributes. Instead of the above list, Use:
H1	{font: bold italic 25pt Impact, "Century Gothic", Helvetica}
The font weight and style must be specified before the others.

Fonts in CSS2

The Fonts Zone - Downloadable Truetype Fonts

MS: Free core fonts for the Web

Font Faces

Graphic representations of all the main standard fonts for both PC and Mac.


Up to => Home / Authoring / Style / Sheets




Jupiter Online Media: internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and Jupiter Online Media

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Web Hosting | Newsletters | Tech Jobs | Shopping | E-mail Offers