© ezmacwebdesign

© ezmacwebdesign
The fonts were acquired from www.fontsquirrel.com and upload in a folder to the server. The stylesheet for each font is referenced in the head of the HTML doc along with the individual text styles...
<html>
<head>
<link rel="stylesheet" href="URL to the stylesheet.css" type="text/css" charset="utf-8" />
<style type="text/css">
#content { width:900px; height:auto; margin: 0 auto;background: #fff}
h3 {font: 1.5em 'CantarellOblique', Verdana, sans-serif;margin: 0;color: #000}
p {font: 1.2em ''JuraMedium'', Verdana, sans-serif; padding: 5px; margin: 0 0 0 10px}
ul {list-style:none}
li.sr{font: 1.2em ''SansumiRegular'', Verdana, sans-serif; margin-left: 10px;padding: 5px}
li.lsr{font: 1.2em ''LiberationSansBold'', Verdana, sans-serif; margin-left: 10px;padding: 5px}
</style>
</head>
<body><div id="content">
<h3 align="center" >Heading using Cantarell Oblique</h3>
<p>Paragraph using Jura Medium.</p>
<ul>
<li class="sr">List item using Sansumi Regular</li>
<li class="lsr">List item using Liberation Sans Bold</li>
</ul>
</div>
</body>
</html>
Using Non Web Safe Fonts
Corner Peel & Click