summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorCaoimhe Chaos <caoimhechaos@protonmail.com>2013-07-25 22:36:03 +0000
committerCaoimhe Chaos <caoimhechaos@protonmail.com>2013-07-25 22:36:03 +0000
commit4b777f8c4eefe08caa562492b0bb9b82bf4f2bca (patch)
treed4dff26b88bd5bfc8e0aeaabcc7a0e82418a2f56 /local.css
parent5d6557a0336e1bf8480086d41679628a8e530b8f (diff)
Choose some less ancient-looking font settings.
Diffstat (limited to 'local.css')
-rwxr-xr-xlocal.css21
1 files changed, 21 insertions, 0 deletions
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
{