From eb3e11068965f2bd9428e0d15147b8086e5ab026 Mon Sep 17 00:00:00 2001 From: raylu Date: Sun, 11 Sep 2011 03:36:52 -0700 Subject: new font: cantarell also fix some css properties, reorder the header, and other minor fixes --- css/pagestyle.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'css/pagestyle.css') diff --git a/css/pagestyle.css b/css/pagestyle.css index 8a834bb..6351a28 100644 --- a/css/pagestyle.css +++ b/css/pagestyle.css @@ -1,6 +1,6 @@ body { - font-size: 12pt; - font-family: helvetica, sans-serif; + font-size: 16px; + font-family: cantarell, helvetica, sans-serif; background-color: #121212; color: #ffffff; -- cgit v1.2.3