switch navbar to sans
This commit is contained in:
parent
167b9d0ff9
commit
4b03ca16a3
@ -11,7 +11,7 @@ const getNavClasses = (isClient) =>
|
|||||||
const Nav = ({ isClient, internalLinks, className }) => (
|
const Nav = ({ isClient, internalLinks, className }) => (
|
||||||
<nav
|
<nav
|
||||||
className={classnames(
|
className={classnames(
|
||||||
"m-2 flex justify-center font-serif",
|
"m-2 flex justify-center font-sans",
|
||||||
isClient ? "text-vibrant-light" : "text-gray-200",
|
isClient ? "text-vibrant-light" : "text-gray-200",
|
||||||
className
|
className
|
||||||
)}
|
)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user