Skip to content

Commit

Permalink
override fonts from component
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Madigan <[email protected]>
  • Loading branch information
jasonmadigan committed Sep 30, 2024
1 parent 6772d80 commit c925343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/kuadrant.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
}

.policy-topology-container svg text {
font-family: RedHatText, helvetica, arial, sans-serif;
font-size: 0.7em;
font-family: RedHatText, helvetica, arial, sans-serif !important;
font-size: 0.7em !important;
}

.policy-topology-container {
Expand Down

0 comments on commit c925343

Please sign in to comment.