refactor: Replace Google Fonts with system fonts for improved performance and consistency
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user