We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa1bcc0 + e138758 commit 4922a36Copy full SHA for 4922a36
_sass/_base.scss
@@ -196,7 +196,7 @@ pre {
196
197
code {
198
font-weight: bold;
199
- font-family: "Roboto Mono";
+ font-family: "Roboto Mono", monospace;
200
font-size: 0.9em;
201
}
202
_sass/_layout.scss
@@ -277,7 +277,7 @@ ul.contact {
277
padding: 15px;
278
margin: 0;
279
line-height: 50px;
280
- font-family: Cantarell;
+ font-family: Cantarell, sans-serif;
281
282
font-size: 1.2em;
283
color: $text-color;
0 commit comments