narrow fonts

This commit is contained in:
Mark McGranaghan 2012-10-07 09:10:18 -07:00
parent a65209fa8a
commit 76b2ff7358

View File

@ -3,7 +3,7 @@
/* Layout and Typography */ /* Layout and Typography */
body { body {
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif; font-family: 'Palatino Linotype';
font-size: 12px; font-size: 12px;
line-height: 16px; line-height: 16px;
color: #252519; color: #252519;
@ -79,7 +79,7 @@ td.code.empty {
} }
pre, code { pre, code {
font-size: 10px; line-height: 14px; font-size: 10px; line-height: 14px;
font-family: Menlo, Monaco, Consolas, "Lucida Console", monospace; font-family: 'Monaco';
margin: 0; padding: 0; margin: 0; padding: 0;
} }