I have gathered together a nice resource list of stunning web safe fonts that you can use with CSS stylesheets. “Web Safe” fonts mean that they will be extremely common on most versions of Windows, Mac, Linux etc, so they will be viewable by more or less everyone. Along with each font is a preview image of what it looks like, and the raw CSS code that you can copy and paste directly into your own stylesheet to use the font. If you have any others please drop in a comment.
[css].classname {
color: #333333;
font-family: 'Franklin Gothic Light', 'Franklin Gothic Medium';
}[/css]
Franklin Gothic Light
[css].classname {
color: #333333;
font-family: 'Franklin Gothic Light', 'Franklin Gothic Medium';
}[/css]
* * * * *
Impact
* * * * *
Palatino Linotype
[css].classname {
color: #333333;
font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
}[/css]
* * * * *
Tahoma
* * * * *
Century Gothic
* * * * *
Lucida Sans Unicode
[css].classname {
color: #333333;
font-family: ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
}[/css]
* * * * *
Arial Black
* * * * *
Times New Roman
* * * * *
Arial Narrow
* * * * *
Verdana
* * * * *
Copperplate Gothic Light
[css].classname {
color: #333333;
font-family: Copperplate / Copperplate Gothic Light, sans-serif;
}[/css]
* * * * *
Lucida Console
[css].classname {
color: #333333;
font-family: ‘Lucida Console’, Monaco, monospace;
}[/css]
color: #333333;
font-family: ‘Lucida Console’, Monaco, monospace;
}[/css]
* * * * *
Gill Sans – as much as I WISH this was web safe, it is not!
* * * * *
Trebuchet MS
* * * * *
Courier New
* * * * *
Arial
* * * * *
I do hope that you give comments or suggestions :)
EmoticonEmoticon