mirror of
https://github.com/xtzws/isaac.run.git
synced 2025-12-16 21:10:32 +01:00
10 lines
No EOL
139 B
CSS
10 lines
No EOL
139 B
CSS
@font-face {
|
|
font-family: "Beast";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url("Beast.woff2");
|
|
}
|
|
|
|
html {
|
|
font-family: Beast;
|
|
} |