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;