fix style collapses on stats card by css font config

This commit is contained in:
Hi120ki 2020-07-20 00:24:54 +09:00
parent 2c26329e13
commit 30da0119bf

View file

@ -52,7 +52,7 @@ const getStyles = ({
animation: fadeIn 0.8s ease-in-out forwards; animation: fadeIn 0.8s ease-in-out forwards;
} }
.stat { .stat {
font: 600 14px 'Segoe UI', Ubuntu, Sans-Serif; fill: ${textColor}; font: 600 14px 'Segoe UI', Ubuntu, "Helvetica Neue", Sans-Serif; fill: ${textColor};
} }
.stagger { .stagger {
opacity: 0; opacity: 0;