Don't override the browser's default serif font. It's probably better than

bad-old bitmapped times.
This commit is contained in:
Simon Law 2004-02-13 11:45:57 +00:00
parent 40f430cf8c
commit bc78ab261a
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
body {background: white; color: black; font-family: times, "times new roman",
sans-serif}
body {background: white; color: black; font-family: serif}
h1 {font-size: x-large; }
h2 {font-size: large; color: #000055; }
h3 {font-size: medium; color: #0055aa; }