diff options
Diffstat (limited to 'styles/globals.css')
-rw-r--r-- | styles/globals.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/styles/globals.css b/styles/globals.css index f69cb97..471cc80 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -4,9 +4,8 @@ html, body { background-color: var(--bg); color: var(--fg); - - font-family: "Inter", sans-serif; } +* { font-family: "Inter", sans-serif !important; } .keyframe { fill: var(--gruble); } |