Simple Font Face Clock





Here is the code for the clock
<script>document.write("It's <font face=Arial,Univers,Helvetica>"+Date()+".</font>") </script>