isaac.run/20250915.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;
}