diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,10 @@ body { background-color: black; - font-size: 20; + font-size: 20px; + font-family: "Cousine", monospace; + font-weight: 400; + font-style: normal; } .mainflex { |