@font-face { font-family: Square; src: url(SQUARE.eot); }
p { font-family: "Square", Verdana; color: #000000; }
Wird Dir der Unterschied bewußt?
<html><head><title>font-face</title>
<style type="text/css">
@font-face { font-family:Garamond; src:url(garamond.eot) }
</style>
</head>
<body>
<p style="font-family:Garamond">Text in Garamond</p>
</body></html>
http://selfhtml.teamone.de/css/eigenschaften/schrift_datei.htm