From b40535a62e864993de75f784bc4d583b68eb29d6 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 6 Mar 2023 16:50:57 +0100 Subject: Put a serif font for
 (refs #4241)

---
 scss/custom.scss | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'scss')

diff --git a/scss/custom.scss b/scss/custom.scss
index bbc31d4f6..3cb45a368 100644
--- a/scss/custom.scss
+++ b/scss/custom.scss
@@ -154,10 +154,6 @@ input[type="file"].form-control{
 	border-top-right-radius: 0;
 }
 
-.address{
-	font-family: monospace;
-}
-
 .address span{
 	display: block;
 	padding: 0.1em;
@@ -165,6 +161,10 @@ input[type="file"].form-control{
 
 pre {
     white-space: pre-wrap;
+    font-size: 1rem;
+	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
+	"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
+	"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 }
 
 .raw-description{
-- 
cgit v1.2.3