mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2025-03-01 14:57:15 +08:00
fix style collapses on stats card by css font config
This commit is contained in:
parent
2c26329e13
commit
30da0119bf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user