feat: 💄 use heading fronts for callout titles

This commit is contained in:
Sebin Nyshkim 2024-10-22 12:49:25 +02:00
parent 21a00ac9cd
commit d9c57486cc

View file

@ -17,7 +17,8 @@
}
.callout-title {
@apply flex items-center font-bold;
@apply flex items-center;
font-family: var(--font-heading);
}
.callout-title-icon {