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

Improve font fmaily #446

Merged
merged 1 commit into from
Oct 13, 2023
Merged

Improve font fmaily #446

merged 1 commit into from
Oct 13, 2023

Conversation

liberaldev
Copy link
Contributor

The default font-family in tailwind is very Mac-centric and lacks consideration for Windows environments, especially CJK Windows environments.(Note: https://infinnie.github.io/blog/2017/systemui.html)

Currently, tailwind's font-family for sans serif is preceded by system-ui, which results in rendering Malgun Gothic instead of Segoe UI in Korean window environments. Malgun Gothic's readability in English is horrendously bad. This PR fixes that issue.

screenshot 2023-08-20 163545
This is a screenshot of the at-proto site in a Korean Windows environment. You can see that the English is not very readable.

screenshot 2023-08-20 163557
This is a screenshot taken after removing system-ui from the font-family. You can see that the Segoe ui is rendered and is more readable.

@stackblitz
Copy link

stackblitz bot commented Aug 21, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@vercel
Copy link

vercel bot commented Aug 21, 2023

@liberaldev is attempting to deploy a commit to the pnpm Team on Vercel.

A member of the Team first needs to authorize it.

@liberaldev liberaldev temporarily deployed to deploy August 29, 2023 23:11 — with GitHub Actions Inactive
@vercel
Copy link

vercel bot commented Aug 29, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
pnpm-io ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 29, 2023 11:41pm

@zkochan zkochan merged commit eeefa7a into pnpm:main Oct 13, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants