Update sermon-a4.css
This commit is contained in:
parent
699be2103d
commit
829d444fba
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
:root {
|
||||
--font-size: 18pt;
|
||||
--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 */
|
||||
--text-color: #000000;
|
||||
--heading-color: #000000;
|
||||
|
|
@ -116,7 +116,7 @@ table td {
|
|||
}
|
||||
|
||||
code, pre {
|
||||
font-family: Consolas, 'Courier New', monospace;
|
||||
font-family: 'Ubuntu Mono', monospace !important;
|
||||
}
|
||||
|
||||
code {
|
||||
|
|
|
|||
Loading…
Reference in a new issue