Make code font customizable for themes.

This commit is contained in:
Arno Lepisk 2018-10-30 22:03:13 +01:00
parent 42e796afb2
commit 8e5bdcc2bb
2 changed files with 5 additions and 3 deletions

View file

@ -162,7 +162,7 @@ body {
text-align: left;
font-size: 0.55em;
font-family: monospace;
font-family: $codeFont;
line-height: 1.2em;
word-wrap: break-word;
@ -171,7 +171,7 @@ body {
}
.reveal code {
font-family: monospace;
font-family: $codeFont;
text-transform: none;
}