From 42934719833f2ca775f5ef4b753bde531256f01b Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 14 Jul 2021 12:18:30 +0200 Subject: hyphenate --- pages/_app.tsx | 1 + styles/globals.css | 1 + 2 files changed, 2 insertions(+) diff --git a/pages/_app.tsx b/pages/_app.tsx index f9cf556..119d817 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -23,6 +23,7 @@ export default function Blog({ Component, pageProps }) { return <> + this.rel = 'stylesheet'} /> 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; } -- cgit v1.2.3