From 5c59f4cce7cba84ac5eb0352a7b6c07a2db81dd1 Mon Sep 17 00:00:00 2001
From: Mark McGranaghan <mmcgrana@gmail.com>
Date: Thu, 11 Oct 2012 13:43:23 -0700
Subject: [PATCH] simpler font cascade from georgia

---
 templates/site.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/site.css b/templates/site.css
index 3d2939e..fb7be54 100644
--- a/templates/site.css
+++ b/templates/site.css
@@ -44,7 +44,7 @@ table {
 
 /* Layout and typography */
 body {
-    font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', 'FreeSerif', serif;
+    font-family: 'Georgia', serif;
     font-size: 16px;
     line-height: 20px;
     color: #252519;