diff options
Diffstat (limited to 'styles/globals.css')
-rw-r--r-- | styles/globals.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/styles/globals.css b/styles/globals.css index b195485..57282f4 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -6,6 +6,7 @@ html, body { color: var(--fg); font-family: "Inter", sans-serif; + hyphens: auto; } code { font-family: "JetBrainsMono", monospace; } |