google / google/fonts

Font Lato adds a sample usage which gives a browser warning

Open
#1,809 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.