summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorvgatextmode <[email protected]>2024-10-26 19:53:08 +0300
committervgatextmode <[email protected]>2024-10-26 19:53:08 +0300
commitbbcb8adfd621d5f0e549d338430207198112c733 (patch)
tree23391bb28aee5bdc048dd0fb8849fc643983c073 /style.css
parent3014f62cd08676757918b42f18c4d049a8c5bb5f (diff)
[feat] Cousine font
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/style.css b/style.css
index cff8753..c9d1749 100644
--- a/style.css
+++ b/style.css
@@ -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 {