Skip to content

Commit 36b7111

Browse files
committed
style: project tile font-arvo
1 parent 54de9dc commit 36b7111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ProjectTile.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const ProjectTile = ({ project }) => {
3939
<h3 className="text-xl font-medium font-sans uppercase text-white mb-2 group-hover:text-emerald-400 transition-colors line-clamp-1">
4040
{project.title}
4141
</h3>
42-
<p className="text-sm text-gray-400 line-clamp-2 leading-relaxed mb-4 flex-grow">
42+
<p className="text-sm text-gray-400 line-clamp-2 leading-relaxed mb-4 flex-grow font-arvo">
4343
{' '}
4444
{project.shortDescription}
4545
</p>

0 commit comments

Comments
 (0)