diff options
author | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-12-06 06:39:32 +0000 |
---|---|---|
committer | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-12-06 06:39:32 +0000 |
commit | 5591da8408bf7b91a6d2ee50e81c85cbe46b27ba (patch) | |
tree | 6cd70ba12600db3aed4a0ecaf6800abce6169e6b | |
parent | 385b15c8565f37f2f1f7010cc96a6bd980176e80 (diff) | |
download | ioquake3-aero-5591da8408bf7b91a6d2ee50e81c85cbe46b27ba.tar.gz ioquake3-aero-5591da8408bf7b91a6d2ee50e81c85cbe46b27ba.zip |
I must have been on crack when I typed, that, the font is called
something else. Hopefully not everyone hates trebuchet now that it is
the default.
git-svn-id: svn://svn.icculus.org/quake3/trunk@428 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r-- | web/ioq3.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/ioq3.css b/web/ioq3.css index d1c142f..085d839 100644 --- a/web/ioq3.css +++ b/web/ioq3.css @@ -1,5 +1,5 @@ body, html { - font-family: "Trebuchet Sans MS", "Bitstream Vera Sans", sans-serif; + font-family: "Trebuchet MS", "Bitstream Vera Sans", sans-serif; font-size: 10pt; color: black; background-color: #888; |