diff options
author | vgatextmode <[email protected]> | 2024-10-26 19:53:08 +0300 |
---|---|---|
committer | vgatextmode <[email protected]> | 2024-10-26 19:53:08 +0300 |
commit | bbcb8adfd621d5f0e549d338430207198112c733 (patch) | |
tree | 23391bb28aee5bdc048dd0fb8849fc643983c073 /style.css | |
parent | 3014f62cd08676757918b42f18c4d049a8c5bb5f (diff) |
[feat] Cousine font
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 { |