|
@@ -1,7 +1,7 @@
|
|
|
|
|
|
body {
|
|
|
margin: 0;
|
|
|
- font-family: Georgia, serif;
|
|
|
+ font-family: var(--article-font-family);
|
|
|
font-size: 19px;
|
|
|
line-height: 150%;
|
|
|
}
|
|
@@ -50,7 +50,7 @@ pre.prettyprint li {
|
|
|
}
|
|
|
pre.prettyprint code, .dos {
|
|
|
color: #CCC;
|
|
|
- font-family: "Lucida Console", Monaco, monospace;
|
|
|
+ font-family: var(--code-block-font-family);
|
|
|
display: block;
|
|
|
}
|
|
|
|
|
@@ -75,7 +75,7 @@ div[data-diagram] {
|
|
|
flex: 1 1 100%;
|
|
|
}
|
|
|
.spread .code {
|
|
|
- font-family: monospace;
|
|
|
+ font-family: var(--code-font-family);
|
|
|
}
|
|
|
.spread .code>div {
|
|
|
text-align: left;
|
|
@@ -239,7 +239,7 @@ div[data-diagram] {
|
|
|
text-indent: -1em;
|
|
|
}
|
|
|
h1, h2, h3, h4 {
|
|
|
- font-family: sans-serif;
|
|
|
+ font-family: var(--headline-font-family);
|
|
|
line-height: 1.2;
|
|
|
}
|
|
|
h3 {
|
|
@@ -247,7 +247,7 @@ h3 {
|
|
|
}
|
|
|
code {
|
|
|
color: black;
|
|
|
- font-family: monospace;
|
|
|
+ font-family: var(--code-font-family);
|
|
|
background-color: #ddd;
|
|
|
padding: 0.1em 0.2em 0.1em 0.2em;
|
|
|
border-radius: 0.5em;
|
|
@@ -417,7 +417,7 @@ pre.prettyprint, code.prettyprint, .dos {
|
|
|
border: 1px solid #000;
|
|
|
box-shadow: 10px 10px 0px #ccc;
|
|
|
font-size: 9pt;
|
|
|
- font-family: "Lucida Console", Monaco, monospace;
|
|
|
+ font-family: var(--code-block-font-family);
|
|
|
margin: auto;
|
|
|
padding: 1em;
|
|
|
text-align: left; /* override justify on body */
|
|
@@ -469,7 +469,7 @@ pre.prettyprint.lighttheme .fun { color: #900; } /* function name */
|
|
|
color: #000;
|
|
|
background: #EEE;
|
|
|
font-size: 8pt;
|
|
|
- font-family: "Lucida Console", Monaco, monospace;
|
|
|
+ font-family: var(--code-block-font-family);
|
|
|
width: 95%;
|
|
|
margin: auto;
|
|
|
padding: 1em;
|