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 76245ee033
commit 26564475d2

View File

@@ -719,6 +719,7 @@ onMount(() => {
.rosary-visualization :global(.cross-symbol) { .rosary-visualization :global(.cross-symbol) {
fill: var(--nord4); fill: var(--nord4);
transition: all 0.3s ease; transition: all 0.3s ease;
font-family: crosses;
} }
/* Active states */ /* Active states */