fix: apply crosses font to rosary visualization cross symbol

The cross at the top of the rosary visualization now uses the Crosses font
for consistent typography with other prayer symbols.
This commit is contained in:
2025-12-06 12:23:37 +01:00
parent 676fa3b8da
commit ceb3602764
@@ -719,6 +719,7 @@ onMount(() => {
.rosary-visualization :global(.cross-symbol) {
fill: var(--nord4);
transition: all 0.3s ease;
font-family: crosses;
}
/* Active states */