just use a font cascade

This commit is contained in:
Mark McGranaghan 2012-10-09 20:53:58 -07:00
parent 35739583a2
commit 5d1775bdaa

View File

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