|
Examples of Uncommon Fonts Available in Windows Vista for CSS |
|
|
|
Monday, 05 May 2008 |
Some cool fonts available through CSS in VISTA
The good 'ole font-family tag will take you a long ways toward aesthetically pleasing typography. When combined with line-height, letter-spacing, and font-weight you have the makings of a professional layout.
The following is a list of some more interesting fonts you can call from CSS if you know your viewer is going to be using Windows VISTA
|
|
font-family
|
1.3 em
|
Place the names of the fonts in single quotes when writing the style sheet:
font-family:'Kristen ITC'
Keep in mind that some viewers may not have the font you desire, so add a
common font to fall back on.
Professional typographical effects are normally a combination of font-family,
line-height, letter-spacing, and font-weight. Using these stylesheet
techniques, you should be able to create more aesthetically pleasing typography.
Many thanks to
codestyle.org
for their refernce information which was used to build this example.
|
|
Kristen ITC
|
The quick brown fox jumps over the lazy dog.
|
|
Monotype Corsiva
|
The quick brown fox jumps over the lazy dog.
|
|
Curlz MT
|
The quick brown fox jumps over the lazy dog.
|
|
Papyrus
|
The quick brown fox jumps over the lazy dog.
|
|
Jokerman
|
The quick brown fox jumps over the lazy dog.
|
|
Lucida Sans Unicode
|
The quick brown fox jumps over the lazy dog.
|
|
Century Gothic
|
The quick brown fox jumps over the lazy dog.
|
|
Garamond
|
The quick brown fox jumps over the lazy dog.
|
|
Sylfaen
|
The quick brown fox jumps over the lazy dog.
|
|
Bookman Old Style
|
The quick brown fox jumps over the lazy dog.
|
|
|
Last Updated ( Monday, 05 May 2008 )
|