google / google/fonts

Inter : font-weight stopped working in Firefox

Open
#5,172 3 comments 0 reactions 0 assignees View on GitHub
I Font Bug
Dominant language
HTML
Stars
20.5k
Forks
2.9k
Avg merge
1d 21h
Merged PRs (30d)
95

Description

**Describe the bug**
font-weight stopped working for "Inter" in Firefox since today, no changes to website.

**To Reproduce**
```
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Source+Code+Pro:wght@500&display=swap');

span {
font-family: "Inter";
font-size: 14px;
font-weight: 600;
}

test
```

Open in Firefox, open inspector and disable/change the font-weight.

**Expected behavior**
font-weight working for Inter in Firefox.

**Screenshots**
![inter-chrome](https://user-images.githubusercontent.com/1052414/187972261-d9070e6b-d2f1-4465-a29e-06ed7c1e92d0.png)
![inter_firefox](https://user-images.githubusercontent.com/1052414/187972377-2929f912-ec76-47db-8189-a7cf2dbaa822.png)

**Additional context**
Add any other context about the problem here (OS version, browser, printer…)

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.