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

FIX: Add 700 weight variant for Inter #13

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

martin-brennan
Copy link
Contributor

@martin-brennan martin-brennan commented Jan 20, 2025

Followup 5be751e

In the previous commit we added Inter as a font
selection, but at the time since it was variable weight we didn't add a 700 weight variant out of concern for other issues that may arise from this.

However leaving it out has had actual real-world issues, whether the bold variation does not render correctly in some browsers (e.g. Chrome on macOS, Firefox). Adding the 700 weight here fixes that issue.

macOS Chrome, before

image

macOS Chrome, after

image

Linux Firefox, before

image

Linux Firefox, after

image

Followup  5be751e

In the previous commit we added Inter as a font
selection, but at the time since it was variable weight
we didn't add a 700 weight variant out of concern for
other issues that may arise from this.

However leaving it out has had actual real-world issues,
whether the bold variation does not render correctly in
some browsers (e.g. Chrome on macOS). Adding the 700 weight
here fixes that issue.
@martin-brennan martin-brennan merged commit d09fff8 into main Jan 20, 2025
3 checks passed
@martin-brennan martin-brennan deleted the fix/inter-weight-variant branch January 20, 2025 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants