switch navbar to sans

This commit is contained in:
Chuck Dries 2022-07-12 10:24:03 -07:00
parent 167b9d0ff9
commit 4b03ca16a3

View File

@ -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
)} )}