<html> <head> <title>Example 10-1-A</title> <style type="text/css"> @font-face {font-family: "Greek44"; src: url("GREEKTT1.eot")} div#banner{color: blue; background: #BFE2F9; font-family: "Arial", "Helvetica", "san-serif";} div.body{font-family: "Greek44";} div.bigger{font-family: "Greek44"; font-size:150%;} </style> </head> <body> <div id="banner"> <p>This is my banner at the top of the page.<br> Perhaps there is important information given here.</p> </div> <div class="body"> <p>This text is in a Greek44 True Type Font created by Gary S. Dykes &copy;2001<br> The quick brown fox jumps over the lazy dog.<br> </p> <p>abcdefghijklmnopqrstuvwxyz.<br> ABCDEFGHIJKLMNOPQRSTUVWXYZ.<br> 0123456789.</p> </div> <p>abcdefghijklmnopqrstuvwxyz.<br> ABCDEFGHIJKLMNOPQRSTUVWXYZ.<br> 0123456789.</p> <div class="bigger"> <p>abcdefghijklmnopqrstuvwxyz.<br> ABCDEFGHIJKLMNOPQRSTUVWXYZ.<br> 0123456789.</p> </div> </body> </html>