From 3067254d4be0d27b9036b444fa79d23cbc0ce371 Mon Sep 17 00:00:00 2001 From: planetabhi Date: Sun, 24 Dec 2023 02:28:30 +0530 Subject: [PATCH] polishing --- src/components/CategoryNavItem.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/CategoryNavItem.css b/src/components/CategoryNavItem.css index 8f063d3..f2d659d 100644 --- a/src/components/CategoryNavItem.css +++ b/src/components/CategoryNavItem.css @@ -6,6 +6,7 @@ background: none; cursor: pointer; border-bottom: 2px solid transparent; + font-family: var(--system-ui); font-weight: 500; transition:all .12s ease-out; opacity: 0.88;