refactor: Replace Google Fonts with system fonts for improved performance and consistency

This commit is contained in:
2026-05-27 13:31:30 +02:00
parent 296c25192d
commit f68906f3cb
5 changed files with 157 additions and 48 deletions
+2 -2
View File
@@ -232,7 +232,7 @@ td,
button,
.action-link,
.inline-admin-form input {
font-family: "JetBrains Mono", "Fira Code", "Consolas", monospace;
font-family: Arial, Helvetica, sans-serif;
}
.head h1 {
@@ -385,7 +385,7 @@ button,
background: #0b1114;
color: var(--term-text);
padding: 0.36rem 0.5rem;
font-family: "JetBrains Mono", "Fira Code", "Consolas", monospace;
font-family: Arial, Helvetica, sans-serif;
}
.log-output {
margin: 0;