IBM / plex

The package of IBM’s typeface, IBM Plex.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TrueType: IBM Plex Sans Regular: zero.tosf.alt01: The dot is slightly misshapen.

GabrielMiceli opened this issue · comments

A couple of points on the right side of the dot in the zero.tosf.alt01 glyph are slightly offset in the TrueType versions (ttf, woff, woff2, eot) of IBM Plex Sans Regular, and it causes the curve to be noticeably distorted at larger sizes.
offsets

I happened to notice this deformity on the dedicated website for IBM Plex.
source

Well spotted. Thank you!

Summary

This pull request includes the following changes:

  • Updated dependencies using Dependabot.
  • Resolved vulnerabilities in npm and yarn dependencies.
  • Improved automation scripts.

Background

This update was necessary to address security vulnerabilities reported by Dependabot. By updating these dependencies, we ensure our project remains secure and up-to-date.

Tests

  • Ran all existing unit tests to ensure no existing functionality is broken.
  • Verified that the updated dependencies do not introduce any new issues.

Additional Notes

  • No major changes to the codebase, primarily dependency updates.
  • Recommended to merge this pull request to keep the project dependencies secure.

Here’s a step-by-step on what to do next:

1.	Navigate to Your Repository on GitHub:
•	Go to your repository where you want to create the pull request.
2.	Open a Pull Request:
•	Navigate to the “Pull requests” tab and click “New pull request”.
3.	Compare Branches:
•	Make sure you are comparing the correct branches. In the image you provided, the base branch is dependabot/npm_and_yarn/... and the compare branch is master.
4.	Add Title and Description:
•	Title: “Joining the puzzle”
•	Description: Use the cleaned-up version provided above.
5.	Review Changes:
•	Review the changes you are proposing. Make sure everything looks correct.
6.	Create Pull Request:
•	Once you have reviewed everything, click the “Create pull request” button.