🐱
This commit is contained in:
parent
110cb2a3e5
commit
869f3dfbe3
7 changed files with 173 additions and 31 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue