Commit 30da0119 authored by Hi120ki's avatar Hi120ki
Browse files

fix style collapses on stats card by css font config

parent 2c26329e
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;