From 4b777f8c4eefe08caa562492b0bb9b82bf4f2bca Mon Sep 17 00:00:00 2001 From: Caoimhe Chaos Date: Thu, 25 Jul 2013 22:36:03 +0000 Subject: Choose some less ancient-looking font settings. --- local.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'local.css') diff --git a/local.css b/local.css index 46334bd8..e3942943 100755 --- a/local.css +++ b/local.css @@ -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 { -- cgit v1.2.1