aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-07-14 12:18:30 +0200
committerlonkaars <loek@pipeframe.xyz>2021-07-14 12:18:30 +0200
commit42934719833f2ca775f5ef4b753bde531256f01b (patch)
treeeada92d9a1ca770704e4c3394e63b3f7a33f03e2 /styles
parente2876ea3b4180798fdce142e9a7077d5856e6076 (diff)
hyphenate
Diffstat (limited to 'styles')
-rw-r--r--styles/globals.css1
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; }