From 5d1775bdaa5e963e81872631d532d322edbc84c7 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Tue, 9 Oct 2012 20:53:58 -0700 Subject: [PATCH] just use a font cascade --- template/site.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/site.css b/template/site.css index 717656f..3d2939e 100644 --- a/template/site.css +++ b/template/site.css @@ -44,7 +44,7 @@ table { /* Layout and typography */ body { - font-family: 'Palatino Linotype'; + font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', 'FreeSerif', serif; font-size: 16px; line-height: 20px; color: #252519; @@ -133,7 +133,7 @@ td.code.empty { } pre, code { font-size: 14px; line-height: 18px; - font-family: 'Monaco'; + font-family: 'Menlo', 'Monaco', 'Consolas', 'Lucida Console', monospace; } /* Syntax highlighting */