diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-07-14 12:18:30 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-07-14 12:18:30 +0200 |
commit | 42934719833f2ca775f5ef4b753bde531256f01b (patch) | |
tree | eada92d9a1ca770704e4c3394e63b3f7a33f03e2 /styles/globals.css | |
parent | e2876ea3b4180798fdce142e9a7077d5856e6076 (diff) |
hyphenate
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; } |