mirror of
https://github.com/xtzws/isaac.run.git
synced 2025-12-16 21:10:32 +01:00
19 lines
No EOL
320 B
CSS
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;
|
|
} |