11 lines
169 B
CSS
11 lines
169 B
CSS
body {
|
|
background: black;
|
|
color: white;
|
|
|
|
@font-face {
|
|
font-family: Encode;
|
|
src: EncodeSans.ttf;
|
|
}
|
|
|
|
font-family: Encode;
|
|
} |