From ce38897c19a8517de46483d8132a55a1b2e875d3 Mon Sep 17 00:00:00 2001 From: Melvin Chia Date: Tue, 9 Dec 2025 16:59:29 +0800 Subject: [PATCH] feat(docs): add custom font scale variable to CSS --- docs/src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/index.css b/docs/src/index.css index 23c7792b0..888897a58 100644 --- a/docs/src/index.css +++ b/docs/src/index.css @@ -7,6 +7,10 @@ @import 'react-medium-image-zoom/dist/styles.css'; +:root { + --custom-font-scale: 1 !important; +} + *:not(code *) { font-family: 'Albert Sans', sans-serif; }