Use Iosevka font for code blocks

This commit is contained in:
Philipp Oppermann
2020-10-31 18:43:13 +01:00
parent 73b42d4747
commit d56977598e
4 changed files with 12 additions and 4 deletions

View File

@@ -150,7 +150,7 @@ abbr[title] {
/* Code */
code,
pre {
font-family: Menlo, Monaco, Consolas, monospace;
font-family: Menlo, Monaco, Consolas, monospace
}
code {
padding: .25em .5em;