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 */