Geek Articles

Categories

 

Subscribe

Daily Updates Subscribe geekarticles update via email Subscribe geekarticles update via RSS

 
GeekArticles Web Programming HTML

Font Properties

Author: developer.com | Published: 10th Aug 2005 | Visited: 846 times | Add Comment
Filed in: HTML

By Jerry Honeycutt You can group the font properties using font . You specify the weight, style, size, and family, as in the following example: font: bold normal 12pt times, serif font-family font-family is a prioritized list of typefaces for the element. You can specify a single typeface or a list of alternatives, separated by commas, as in the following example: font-family: Courier, Times, Serif You can use a font name you expect to be on the user's computer, such as Courier or...n

Read Article
 

Sponsored Links

 


Related Articles

 Setting Default Values on Automatic Properties An article on implementing default values on Automatic Proper ...

 CodeSnip: Unexpected behavior with C# auto-implemented properties In this code snippet, Joseph examines a scenario of an unexpected behavior which will happen while using C# auto-implemented properties with reflection. After providing a step-by-step description of the scenario, he provides the complete code listing of all the C# files used in the sample project al ...

 WPSC in MOSS2007 - "Cannot retrieve properties at this time. " How does WPSC register web part differ from SharePoint 2 ...

 Custom Drawing of TListView Items - Font, Colors, Graphics in Delphi TIPS :: The TListView Delphi control displays a list of items in a fashion similar to how Windows Explorer displays files and folders. The items can be displaye ...

 Font changes when different font selected QC#: 58210 Version: 11.0 Status: New defect, requires tester review Description: The font of the propert name in the propery column of the object inspector seems to reflect any change in the font when a font property is available. Added as extra info ...

 TColorButton - Delphi Button with Color Properties ARTICLES :: Full source code of the TColorButton Delphi component, an extension to the standard TButton control, with font color, background color and mouse-over color properties. Read the full article t ...

 Using MAPI properties and events in .NET with MAPI Accessor A simple WinForms application that shows MAPI folders and items in your mail prof ...

 SelAttributes.Name does not always change the font QC#: 56718 Version: 11.2 Status: Open defect, requires resolution Description: When trying to change the font at the current cursor position with SelAttributes.Name := somefontname and no text is selected, it doesn't change the font in some cases, e.g ...

 ListBox Drag & Drop using Attached Properties Enabeling drag & drop between Listboxes using Attached Properties (In only 1 line of c ...

 Adding Glass Effect to WPF using Attached Properties Example of how to add glass effect to your WPF applications using attached properties with only 1 line of cod ...



Next: DHTML Slider Weight Control



Post Comment

Name:


Email:
 (Optional. Used for Notification)

Title:

 
Comment:


Validation Code:
 <=>  (Enter this code in text box)





Latest Articles

 

Popular Articles

Sponsored Links