From 96ecce01c40cf638b8221bbb215ecc4419d0cdb8 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 7 Jan 2015 22:33:32 -0800 Subject: [PATCH] make the default font larger --- local.css | 1 + 1 file changed, 1 insertion(+) diff --git a/local.css b/local.css index fbda2ab..683c267 100644 --- a/local.css +++ b/local.css @@ -9,6 +9,7 @@ body { background-size: cover; background-attachment: fixed; font-family: "Liberation serif","liberation_serif","liberation_serifregular","Times",serif; + font-size: 120%; } .pagedate { -- 2.39.5