fix: storybook font rendering and shared fonts module #1

Merged
ilia merged 74 commits from feat/portfolio-setup into main 2026-05-18 18:45:22 +00:00
Showing only changes of commit 543020f85c - Show all commits
@@ -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>