feat: apply Fraunces font to ProjectCard title
This commit is contained in:
@@ -33,7 +33,7 @@ export function ProjectCard({ title, year, description, tags, imageUrl }: Props)
|
||||
<Card className={cn('group hover:shadow-brutal-xl transition-shadow duration-300')}>
|
||||
<CardHeader>
|
||||
<div className="flex flex-row justify-between items-start mb-3">
|
||||
<CardTitle className="flex-1">{title}</CardTitle>
|
||||
<CardTitle className="flex-1 font-heading">{title}</CardTitle>
|
||||
<span className="brutal-border px-3 py-1 bg-blue text-cream text-sm">{year}</span>
|
||||
</div>
|
||||
<CardDescription>{description}</CardDescription>
|
||||
|
||||
Reference in New Issue
Block a user