Use our monospace font

This commit is contained in:
Markus Olsson 2021-10-08 15:12:49 +02:00
parent 42f6603401
commit 5b0a0a2dbb

View file

@ -100,6 +100,11 @@ h6 {
margin-bottom: 0.5rem;
}
code,
pre {
font-family: var(--font-family-monospace);
}
// Regardless of platform behavior we never want buttons to be
// app drag targets unless explicitly specified.
button {