'font-face' Example
<head> <style type="text/css"> @font-face { font-family: Lucida; font-style: normal; font-weight: normal; src: url("fontFile.eot") } </style> </head> <body> <p style="font-family: Lucida"> Paragraph text </p> </body> </html>