Add fallback Inter fonts

This commit is contained in:
Nicholas Zuber 2020-01-12 13:28:43 -05:00
parent 9f163d8d03
commit cabd1f2025

View File

@ -179,7 +179,7 @@ export const CardSubTitle = enhance(styled(CardTitle)(p => `
export const ScoreDiff = enhance(styled(CardTitle)`
position: absolute;
font-family: Inter;
font-family: Inter, Inter UI, sans-serif;
font-size: 18px;
line-height: 24px;
font-weight: 500;