maandag 4 augustus 2014

16 Gorgeous Web Safe Fonts To Use With 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


impact Web Safe Fonts To Use With CSS


[css].classname

color: #333333;

font-family: Impact, Charcoal, sans-serif;

[/css]


* * * * *


Palatino Linotype


palatino-linotype


[css].classname

color: #333333;

font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;

[/css]


* * * * *


Tahoma


tahoma Web Safe Fonts To Use With CSS


[css].classname

color: #333333;

font-family: Tahoma, Geneva, sans-serif;

[/css]


* * * * *


Century Gothic


century-gothic Web Safe Fonts To Use With CSS


[css].classname

color: #333333;

font-family: Century Gothic, sans-serif;

[/css]


* * * * *


Lucida Sans Unicode


lucida-sans-unicode Web Safe Fonts To Use With CSS


[css].classname

color: #333333;

font-family: ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;

[/css]


* * * * *


Arial Black


arial-black Web Safe Fonts To Use With CSS