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

fix: text collapses on stats card with proper macos font fallback
This commit is contained in:
Anurag Hazra
2020-07-19 21:25:13 +05:30
committed by GitHub

View File

@ -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;