From 313c39d2bca4af48f5f2201cd8619cbb61b1a3ce Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Tue, 9 Jun 2026 14:31:23 +0200 Subject: [PATCH] Apply suggestion from @szaimen Signed-off-by: Simon L. --- php/public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/public/style.css b/php/public/style.css index 3a4801fd..3c657c2c 100644 --- a/php/public/style.css +++ b/php/public/style.css @@ -492,7 +492,7 @@ input[type="checkbox"]:disabled:not(:checked) + label { .overlay-iframe { padding: 1rem; - font-family: monospace; + font-family: monospace, system-ui, -apple-system, 'Segoe UI', Roboto, Oxygen-Sans, Cantarell, Ubuntu, 'Helvetica Neue', 'Noto Sans', 'Liberation Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } .loader {