From 30da0119bf4853a7ca326d572d687e6dc9f3c3e4 Mon Sep 17 00:00:00 2001 From: Hi120ki <12624257+hi120ki@users.noreply.github.com> Date: Mon, 20 Jul 2020 00:24:54 +0900 Subject: [PATCH] fix style collapses on stats card by css font config --- src/getStyles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/getStyles.js b/src/getStyles.js index 07d90fd..1012624 100644 --- a/src/getStyles.js +++ b/src/getStyles.js @@ -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;