fix: apply crosses font to rosary visualization cross symbol
Some checks failed
CI / update (push) Has been cancelled

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 7f663e4368
commit 3a3e29e288

View File

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