GoogleChrome / GoogleChrome/lighthouse
Add "Missing Font-Face" audit
Open
new_audit
P3
- Dominant language
- JavaScript
- Stars
- 30.8k
- Forks
- 9.8k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 20
Description
**Feature request summary**
Add an audit for "Missing font-face rule for custom font"
**What is the motivation or use case for changing this?**
If an app developer references a non web-standard font in CSS, but the font is not offered in an @font-face rule, the font does not appear properly.
**How is this beneficial to Lighthouse?**
Allows website developers to realize when they're referencing missing fonts.
Contributor guide
Assessment
This issue has not been assessed yet.