LATEST >>

Welcome Here And Thanks For Visiting. Like Us On Facebook...

EXEIdeas – Let's Your Mind Rock » Website / Website Tips » Default List Of All Web-Safe-Fonts With There CSS

Default List Of All Web-Safe-Fonts With There CSS

Default-List-Of-All-Web-Safe-Fonts-With-There-CSS
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 a 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.

Impact::

.classname {
color: #333333;
font-family: Impact, Charcoal, sans-serif;
}

Palatino Linotype:

.classname {
color: #333333;
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

Tahoma:

.classname {
color: #333333;
font-family: Tahoma, Geneva, sans-serif;
}

Century Gothic:

.classname {
color: #333333;
font-family: Century Gothic, sans-serif;
}

Lucida Sans Unicode:

.classname {
color: #333333;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

Arial Black:

.classname {
color: #333333;
font-family: 'Arial Black', Gadget, sans-serif;
}

Times New Roman:

.classname {
color: #333333;
font-family: 'Times New Roman', Times, serif;
}

Arial Narrow:

.classname {
color: #333333;
font-family: 'Arial Narrow', sans-serif;
}

Verdana:

.classname {
color: #333333;
font-family: Verdana, Geneva, sans-serif;
}

Copperplate Gothic Light:

.classname {
color: #333333;
font-family: Copperplate / Copperplate Gothic Light, sans-serif;
}

Lucida Console:

.classname {
color: #333333;
font-family: 'Lucida Console', Monaco, monospace;
}

Trebuchet MS:

.classname {
color: #333333;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

Courier New:

.classname {
color: #333333;
font-family: 'Courier New', Courier, monospace;
}

Arial:

.classname {
color: #333333;
font-family: Arial, Helvetica, sans-serif;
}

Georgia:

.classname {
color: #333333;
font-family: Georgia, Serif;
}

 

Recommended For You:
Reasons Why You Should Use SEO Software Tool For Your Website
FontFontFont
Andale MonoArialArial Bold
Arial ItalicArial Bold ItalicArial Black
Comic Sans MSComic Sans MS BoldCourier New
Courier New BoldCourier New ItalicCourier New Bold Italic
GeorgiaGeorgia BoldGeorgia Italic
Georgia Bold ItalicImpactLucida Console
Lucida Sans UnicodeMarlettMinion Web
SymbolTimes New RomanTimes New Roman Bold
Times New Roman ItalicTimes New Roman Bold ItalicTahoma
Trebuchet MSTrebuchet MS BoldTrebuchet MS Italic
Trebuchet MS Bold ItalicVerdanaVerdana Bold
Verdana ItalicVerdana Bold ItalicWebdings

 

You Like It, Please Share This Recipe With Your Friends Using...

4 Responses to “Default List Of All Web-Safe-Fonts With There CSS”

  1. VIJAY DINANATH CHAUHAN says:

    I love to read your articles, but now you post only for wordpress not for blogger. Subscribers also want blogger tutorials. Please update regular your blogger tutorials.

  2. Satish Ratna says:

    Excellent blog…thanks for sharing such things…its very interesting…i’m searching for this information from long time…

Leave a Reply to VIJAY DINANATH CHAUHAN Cancel reply

Your email address will not be published. Required fields are marked *