ProvidenceGeeks / website-frontend

UI frontend repository for the Providence Geeks website
https://www.pvdgeeks.org
7 stars 9 forks source link

Fix #152: Use `font-display` property to render fallback font #186

Closed DevLab2425 closed 4 years ago

DevLab2425 commented 4 years ago

Related Issue

Fix #152

Summary of Changes

Not sure if the Lighthouse audits have change, but the errors I'm seeing that refer to fonts mention the font-display property (screenshot below) and are a bit different than the ones mentioned in the issue description. I'm wondering if the audits and/or reports have changed to suggest a specific solution rather? 🤷‍♂

When I test this locally using yarn run serve, the error is gone and I see a ~100ms difference in the load time, but I know that's not a direct 1:1 to stage or www.

Part of report mentioning font rendering: Screen Shot 2019-10-11 at 9 30 53 PM