This commit is contained in:
laura 2025-11-08 08:48:19 -03:00
parent 110cb2a3e5
commit 869f3dfbe3
Signed by: w
GPG key ID: BCD2117C99E69817
7 changed files with 173 additions and 31 deletions

View file

@ -1,3 +1,5 @@
@import url(/fonts/iosevka-custom/import.css);
*,
*::before,
*::after {
@ -57,11 +59,16 @@ button,
cursor: pointer;
}
html, body {
html,
body {
font-size: var(--font-size-base);
}
html, body, pre, code, button {
html,
body,
pre,
code,
button {
font-family:
"Iosevka Custom Web", "Iosevka Custom", "Iosevka", monospace, sans-serif;
line-height: 1.7;