From 52de05e121c9230b23ca1f1ec26959a4d8e8ba83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wiesner=20Andr=C3=A1s?= Date: Thu, 7 Mar 2024 12:53:47 +0100 Subject: [PATCH] - default code font type replaced with Monaco --- style/spreadquiz.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/spreadquiz.css b/style/spreadquiz.css index 3114d6c..f84a070 100644 --- a/style/spreadquiz.css +++ b/style/spreadquiz.css @@ -334,4 +334,8 @@ section.test-summary-record { box-shadow: -5px 0 #d3e5e5; color: whitesmoke; bottom: 0; +} + +code { + font-family: 'Monaco', monospace; } \ No newline at end of file