mirror of
https://github.com/xtzws/isaac.run.git
synced 2025-12-16 13:00:32 +01:00
15 lines
215 B
CSS
15 lines
215 B
CSS
@font-face {
|
|
font-family: "VT323";
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
src: url("./VT323-Regular.ttf") format("truetype");
|
|
}
|
|
|
|
* {
|
|
font-family: "VT323";
|
|
color: lime;
|
|
}
|
|
|
|
html {
|
|
background: black;
|
|
}
|