11 lines
169 B
CSS
Raw Normal View History

2021-04-26 19:51:21 +01:00
body {
background: black;
color: white;
@font-face {
font-family: Encode;
src: EncodeSans.ttf;
}
font-family: Encode;
}