diff --git a/uhepp-js/src/components/UheppHist.jsx b/uhepp-js/src/components/UheppHist.jsx
index 9c4923b6725f04c400751f1b44aa4e18a39c2a92..4033ea27785c878631497467431f63c14bb6fafa 100644
--- a/uhepp-js/src/components/UheppHist.jsx
+++ b/uhepp-js/src/components/UheppHist.jsx
@@ -740,7 +740,7 @@ const UheppHistPost = ({width, height, uhepp}) => {
            ref={svgRef}
            onMouseOut={() => setHighlightedBin(null)} >
         <style>
-        * {'{font-family: sans-serif}'}
+        svg * {'{font-family: sans-serif}'}
         rect {'{shape-rendering: crispEdges }'}
         .uhepp-brand {'{font-style: italic; font-weight: bold}'}
         .uhepp-brand, .uhepp-label {'{font-size: 20px}'}