diff options
author | Caoimhe Chaos <caoimhechaos@protonmail.com> | 2013-07-25 22:36:03 +0000 |
---|---|---|
committer | Caoimhe Chaos <caoimhechaos@protonmail.com> | 2013-07-25 22:36:03 +0000 |
commit | 4b777f8c4eefe08caa562492b0bb9b82bf4f2bca (patch) | |
tree | d4dff26b88bd5bfc8e0aeaabcc7a0e82418a2f56 | |
parent | 5d6557a0336e1bf8480086d41679628a8e530b8f (diff) |
Choose some less ancient-looking font settings.
-rwxr-xr-x | local.css | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -2,6 +2,27 @@ /* Add local styling here, instead of modifying style.css. */ +/* Fonts */ +body { + font-family: "Trebuchet MS", + "Luxi Sans", + "Bitstream Vera Sans", + "Tahoma", + "Verdana", + "Helvetica", + "Arial", + sans-serif; + font-size: 100.01%; +} + +pre, tt, code { + font-family: "Bitstream Vera Sans Mono", + "Luxi Mono", + "Courier New", + "Courier", + monospace; +} + /* Tables */ table { |