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:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user