Roboto, not displaying as intended!
Open
-- Needs confirmation
- Dominant language
- HTML
- Stars
- 20.5k
- Forks
- 2.9k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 95
Description
I think I've found an error within the Roboto Stylesheet which causes the font to not display as intended.
**Stylesheet:**
https://fonts.googleapis.com/css?family=Roboto:400
**Fix:**
This code: `src: local('Roboto'),`
Should be: `src: local('Roboto Regular'),`
Before:

After fix:

Contributor guide
Assessment
This issue has not been assessed yet.