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

code font gets too fancy on Windows 11 #211

Closed
elpnt opened this issue Jan 11, 2022 · 0 comments · Fixed by #212
Closed

code font gets too fancy on Windows 11 #211

elpnt opened this issue Jan 11, 2022 · 0 comments · Fixed by #212
Assignees
Labels
bug Something isn't working

Comments

@elpnt
Copy link

elpnt commented Jan 11, 2022

code font gets weird due to the font-feature-settings CSS property added in #207 (https://github.com/vercel/swr-site/pull/207/files#diff-380b7b38760dd442e897eb0164c58f6a17da966ccaca6318017a468c163979b1R3-R5).
This seems come from the combination of Consolas and ss06 (stylistic set 6).

Original

ss06

Remove "ss06" 1 OpenType tag

- html {
-   font-feature-settings: "rlig" 1, "calt" 1, "ss01" 1, "ss06" 1 !important;
- }

none

@shuding shuding added the bug Something isn't working label Jan 11, 2022
@shuding shuding self-assigned this Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants