Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: ensure text remains visible during webfont load
The easiest way to avoid showing invisible text while custom fonts load is to temporarily show a system font. By including `font-display: swap` in your font style. It's worth mentioning that not all major browsers support font-display: swap, so you may need to do a bit more work to fix the invisible text problem.
- Loading branch information