Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Poppins: Number 4 is strange on html #8429

Open
alexandresebrao opened this issue Oct 25, 2024 · 3 comments
Open

Poppins: Number 4 is strange on html #8429

alexandresebrao opened this issue Oct 25, 2024 · 3 comments
Milestone

Comments

@alexandresebrao
Copy link

Describe the bug

Number 4 is behaving strangely on pure html, looking distorced when font-size < 17px

To Reproduce

HTML

<link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet">

<ul style="font-size:10px;">
  <li>24 px. A social media style newsfeed that enables schools to provide a more interactive way of communicating;</li>
</ul>
<ul style="font-size:11px;">
  <li>24 px. A social media style newsfeed that enables schools to provide a more interactive way of communicating;</li>

</ul>
<ul style="font-size:12px;">
  <li>24 px. A social media style newsfeed that enables schools to provide a more interactive way of communicating;</li>
</ul>
<ul style="font-size:13px;">
  <li>24 px. A social media style newsfeed that enables schools to provide a more interactive way of communicating;</li>
</ul>
<ul style="font-size:14px;">
  <li>24 px. A social media style newsfeed that enables schools to provide a more interactive way of communicating;</li>
</ul>
<ul style="font-size:15px;">
  <li>24 px. A social media style newsfeed that enables schools to provide a more interactive way of communicating;</li>
</ul>
<ul style="font-size:16px;">
  <li>24 px. A social media style newsfeed that enables schools to provide a more interactive way of communicating;</li>
</ul>
<ul style="font-size:17px;">
  <li>24 px. A social media style newsfeed that enables 
</ul>
<ul style="font-size:18px;">
  <li>24 px. A social media style newsfeed that enables schools to provide a more interactive way of communicating;</li>
</ul>
<ul style="font-size:19px;">
  <li>24 px. A social media style newsfeed that enables schools to provide a more interactive way of communicating;</li>
</ul>
<ul style="font-size:20px;">
  <li>24 px. A social media style newsfeed that enables schools to provide a more interactive way of communicating;</li>
</ul>

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

Image

@EbenSorkin
Copy link
Collaborator

EbenSorkin commented Oct 25, 2024 via email

@alexandresebrao
Copy link
Author

alexandresebrao commented Oct 28, 2024

It's likely that the four is just one unit below the cap height and a small tweak will fix this.

@EbenSorkin

Thanks for the reply, just a question. Can I fix it on my side ( if so, can you suggest the changes I need to do) or need for a colaborator to make that fix?

@EbenSorkin
Copy link
Collaborator

EbenSorkin commented Oct 28, 2024 via email

@emmamarichal emmamarichal added this to the Backlog milestone Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

3 participants