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
commit 71c63abe3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;