replace code font

This commit is contained in:
Philipp Kühn
2020-04-18 17:20:18 +02:00
parent 3df9d6dffc
commit 173accaa52
13 changed files with 5 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ code[class*="language-"], pre[class*="language-"] {
hyphens: none;
color: inherit;
text-shadow: none;
font-family: 'Fira Code', monospace;
font-family: 'JetBrainsMono', monospace;
font-size: 1em;
line-height: 1.8;
tab-size: 2;