new fonts added working across website

This commit is contained in:
Calvin Jhunjhuwala
2025-10-21 09:09:56 -07:00
parent ce49c8b6ba
commit 201479ced6
71 changed files with 121 additions and 67 deletions

View File

@@ -26,7 +26,7 @@ const ProjectCard = ({ project, index, showCarousel = true }: {
return (
<a
className={`col card float-up-on-hover ${
className={`col card float-up-on-hover text-decoration-none ${
showCarousel
? (index % 2 === 0 ? "even" : "odd")
: `payments-project-card ${index % 2 === 0 ? "odd" : "even"}`