From bdee9454f29aba00264926f36ce4a4b99d7d72d0 Mon Sep 17 00:00:00 2001 From: itsMapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com> Date: Sun, 12 Mar 2023 16:19:52 -0500 Subject: [PATCH] disable ligatures --- packages/website/src/styles/tailwind.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/website/src/styles/tailwind.css b/packages/website/src/styles/tailwind.css index 6a5e0d3..64a6173 100644 --- a/packages/website/src/styles/tailwind.css +++ b/packages/website/src/styles/tailwind.css @@ -9,6 +9,11 @@ :focus-visible { @apply ring-2 ring-emerald-500 ring-inset; } + + pre, + code { + font-variant-ligatures: none; + } } @layer components {