From 77bd630937c5d80b3833455759e324f6db02acf4 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Wed, 11 Jun 2014 10:34:22 -0700 Subject: Change the body font to prefer Palatino. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 4d7a608..db86386 100644 --- a/style.css +++ b/style.css @@ -39,7 +39,7 @@ hr { } html { - font-family: UnBatang, serif; + font-family: Palatino, "Palatino Linotype", "Book Antiqua", serif; } @media print { html { -- cgit v1.2.3