Skip to content

Commit

Permalink
Add fallback font-family for [data-pf2-glyph] css selector (foundry…
Browse files Browse the repository at this point in the history
  • Loading branch information
stwlam authored Nov 3, 2024
1 parent 2101b4c commit b8c09d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/_globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ span[data-pf2-action] {
}

&[data-pf2-glyph]::before {
font-family: "Pathfinder2eActions";
font-family: "Pathfinder2eActions", sans-serif;
margin-right: var(--space-2);
color: var(--color-text-dark-inactive);
}
Expand Down

0 comments on commit b8c09d0

Please sign in to comment.