Poppins: Number 4 is strange on html
Open
I Font Bug
- Dominant language
- HTML
- Stars
- 20.5k
- Forks
- 2.9k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 95
Description
**Describe the bug**
Number 4 is behaving strangely on pure html, looking distorced when font-size < 17px
**To Reproduce**
HTML
```
- 24 px. A social media style newsfeed that enables schools to provide a more interactive way of communicating;
- 24 px. A social media style newsfeed that enables schools to provide a more interactive way of communicating;
- 24 px. A social media style newsfeed that enables schools to provide a more interactive way of communicating;
- 24 px. A social media style newsfeed that enables schools to provide a more interactive way of communicating;
- 24 px. A social media style newsfeed that enables schools to provide a more interactive way of communicating;
- 24 px. A social media style newsfeed that enables schools to provide a more interactive way of communicating;
- 24 px. A social media style newsfeed that enables schools to provide a more interactive way of communicating;
- 24 px. A social media style newsfeed that enables
- 24 px. A social media style newsfeed that enables schools to provide a more interactive way of communicating;
- 24 px. A social media style newsfeed that enables schools to provide a more interactive way of communicating;
- 24 px. A social media style newsfeed that enables schools to provide a more interactive way of communicating;
```
CSS
```
p, ul {
font-family: 'Poppins', sans-serif;
}
```
**Expected behavior**
The number four doesn't look small or bigger than 2 but same size
**Screenshots**

Contributor guide
Assessment
This issue has not been assessed yet.