Remove lowercase, bold, tight tracking

This commit is contained in:
Austin Chen 2021-12-18 04:19:16 -08:00
parent bc81091243
commit 83a75def06

View File

@ -5,7 +5,7 @@ export function Title(props: { text: string; className?: string }) {
return (
<h1
className={clsx(
'text-3xl font-major-mono tracking-tight lowercase text-indigo-700 font-bold inline-block mt-6 mb-4',
'text-3xl font-major-mono text-indigo-700 inline-block mt-6 mb-4',
className
)}
>