Fix font-family reference
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Yarmo Mackenbach 2020-06-12 21:13:14 +02:00
parent 7fc6431012
commit 75f45d52b0

View File

@ -122,7 +122,7 @@ pre {
overflow-x: auto; overflow-x: auto;
} }
code { code {
font-family: 'Courier New', Courier, monospace; font-family: 'dm', 'Courier New', Courier, monospace;
color: var(--clr-code); color: var(--clr-code);
background-color: var(--clr-bg-alt); background-color: var(--clr-bg-alt);
border: 2px solid var(--clr-border); border: 2px solid var(--clr-border);