Update sermon-a4.css

This commit is contained in:
simonpipe 2026-04-07 16:04:56 +02:00
parent 699be2103d
commit 829d444fba

View file

@ -5,7 +5,7 @@
:root { :root {
--font-size: 18pt; --font-size: 18pt;
--line-height: 1.6; --line-height: 1.6;
--font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; --font-family: 'font-family: 'Ubuntu', sans-serif;
--primary-color: #000000; /* Das Blau aus deiner Vorlage */ --primary-color: #000000; /* Das Blau aus deiner Vorlage */
--text-color: #000000; --text-color: #000000;
--heading-color: #000000; --heading-color: #000000;
@ -116,7 +116,7 @@ table td {
} }
code, pre { code, pre {
font-family: Consolas, 'Courier New', monospace; font-family: 'Ubuntu Mono', monospace !important;
} }
code { code {