just use a font cascade
This commit is contained in:
parent
35739583a2
commit
5d1775bdaa
@ -44,7 +44,7 @@ table {
|
|||||||
|
|
||||||
/* Layout and typography */
|
/* Layout and typography */
|
||||||
body {
|
body {
|
||||||
font-family: 'Palatino Linotype';
|
font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', 'FreeSerif', serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
color: #252519;
|
color: #252519;
|
||||||
@ -133,7 +133,7 @@ td.code.empty {
|
|||||||
}
|
}
|
||||||
pre, code {
|
pre, code {
|
||||||
font-size: 14px; line-height: 18px;
|
font-size: 14px; line-height: 18px;
|
||||||
font-family: 'Monaco';
|
font-family: 'Menlo', 'Monaco', 'Consolas', 'Lucida Console', monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Syntax highlighting */
|
/* Syntax highlighting */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user