fix: apply crosses font to rosary visualization cross symbol
Some checks failed
CI / update (push) Has been cancelled
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:
@@ -719,6 +719,7 @@ onMount(() => {
|
||||
.rosary-visualization :global(.cross-symbol) {
|
||||
fill: var(--nord4);
|
||||
transition: all 0.3s ease;
|
||||
font-family: crosses;
|
||||
}
|
||||
|
||||
/* Active states */
|
||||
|
||||
Reference in New Issue
Block a user