Open Sans, letter 'J' gets clipped
- Dominant language
- HTML
- Stars
- 20.5k
- Forks
- 2.9k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 95
Description
**Description**
When using the font on the web, if overflow is set to hidden, some letters get clipped at the edge, the ones that I've noticed are italic 'y', 'p' 'A', 'J', 'j' 'x', and normal 'J' and 'j'
**To Reproduce**
You can see it on [Google Fonts](https://fonts.google.com/specimen/Open+Sans?preview.text=JJ&preview.text_type=custom) or if you use this font on the web page with the following styles on the element it's inside:
```css
.font {
font-family: "Open Sans";
font-size: 3rem;
margin: 0 0.25rem;
overflow: hidden;
}
```
[Codepen example](https://codepen.io/basheps/pen/dvXaPe)
**Expected behavior**
Expected all letters to be fully visible inside their container.
**Screenshots**

Contributor guide
Assessment
This issue has not been assessed yet.