From f65af0653464ad58ad562663e1b3b4a560cb569b Mon Sep 17 00:00:00 2001 From: Scott Cazan Date: Mon, 13 Jan 2025 17:14:34 +0100 Subject: [PATCH] antialiasing on text --- .../src/components/RootLayout/CustomizationRootLayout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/gitbook/src/components/RootLayout/CustomizationRootLayout.tsx b/packages/gitbook/src/components/RootLayout/CustomizationRootLayout.tsx index 03e341c717..08db8645f8 100644 --- a/packages/gitbook/src/components/RootLayout/CustomizationRootLayout.tsx +++ b/packages/gitbook/src/components/RootLayout/CustomizationRootLayout.tsx @@ -160,6 +160,7 @@ export async function CustomizationRootLayout(props: { fontNotoColorEmoji.className, `${fonts[customization.styling.font].className}`, `${ibmPlexMono.variable}`, + 'antialiased', 'bg-light', 'dark:bg-dark', )}