From 8e5bdcc2bb87da2255e5a8d3285e164c52d9fbda Mon Sep 17 00:00:00 2001 From: Arno Lepisk Date: Tue, 30 Oct 2018 22:03:13 +0100 Subject: Make code font customizable for themes. --- css/theme/template/theme.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'css/theme/template/theme.scss') diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss index a8f142d..215e2d4 100644 --- a/css/theme/template/theme.scss +++ b/css/theme/template/theme.scss @@ -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; } -- cgit v1.2.3