Font Lato adds a sample usage which gives a browser warning
Open
I API / Website / Platform
- Dominant language
- HTML
- Stars
- 20.5k
- Forks
- 2.9k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 95
Description
if i load
https://fonts.googleapis.com/css?family=Lato:400,700,900
at the end appears
```
/* sampled usage */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 900;
src: url(https://fonts.gstatic.com/stats/Lato/normal/900);
unicode-range: U+20;
}
```
Which creates a browser warning: "Failed to decode downloaded font: https://fonts.gstatic.com/stats/Lato/normal/900"
Strange thing is that if i load https://fonts.googleapis.com/css?family=Lato:400,900,700
the sample font doesn't appear anymore.
Contributor guide
Assessment
This issue has not been assessed yet.