isaac.run/index.css
2025-04-24 01:07:02 -04:00

19 lines
No EOL
320 B
CSS

@font-face {
font-family: "Beast";
font-style: normal;
font-weight: 400;
src: url("Beast.woff2");
}
html {
font-family: Beast;
}
.terms {
font-family: "Satoshi", "Olympic Sans", "Beast", "Arial", sans-serif;
position: fixed;
bottom: 0;
width: fit-content;
max-width: 500px;
margin-inline: auto;
}