fix: storybook font rendering and shared fonts module #1
@@ -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')}>
|
<Card className={cn('group hover:shadow-brutal-xl transition-shadow duration-300')}>
|
||||||
<CardHeader>
|
<CardHeader>
|
||||||
<div className="flex flex-row justify-between items-start mb-3">
|
<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>
|
<span className="brutal-border px-3 py-1 bg-blue text-cream text-sm">{year}</span>
|
||||||
</div>
|
</div>
|
||||||
<CardDescription>{description}</CardDescription>
|
<CardDescription>{description}</CardDescription>
|
||||||
|
|||||||
Reference in New Issue
Block a user