for now
This commit is contained in:
parent
16c000b2e9
commit
d213110e30
2 changed files with 30 additions and 15 deletions
|
|
@ -142,6 +142,18 @@
|
|||
font-display: swap;
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
font-family: "Signifier", serif;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
pre,
|
||||
code,
|
||||
pre code,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue