GeekArticles
Web Programming
HTMLFont Properties
Author: developer.com |
Published: 10th Aug 2005 |
Visited: 846 times |
Add CommentFiled in: HTMLBy 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
• 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 ...
• 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 ...
• 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 ...