Unverified Commit 71c63abe authored by Anurag Hazra's avatar Anurag Hazra Committed by GitHub
Browse files

Merge pull request #106 from hi120ki/fix-style-collapses-on-stats-card

fix: text collapses on stats card with proper macos font fallback
parents 2c26329e 30da0119
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ const getStyles = ({
      animation: fadeIn 0.8s ease-in-out forwards;
    }
    .stat { 
      font: 600 14px 'Segoe UI', Ubuntu, Sans-Serif; fill: ${textColor};
      font: 600 14px 'Segoe UI', Ubuntu, "Helvetica Neue", Sans-Serif; fill: ${textColor};
    }
    .stagger { 
      opacity: 0;