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 code rendering on Windows via updating Inconsolata font #1269

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

Friendseeker
Copy link
Member

@Friendseeker Friendseeker commented Dec 24, 2024

Issue

Rendering of certain characters (e.g. k) under Inconsolata font is broken on Windows.

Fix

Replace Inconsolata font file with the latest variable font file from https://fonts.google.com/specimen/Inconsolata

Testing the PR

Ran mdbook serve to build website locally.

(Same Machine, Same Browser, screenshots taken from 2 tabs on the same Browser instance)

Before

image

After

image

Closes #1268

@Friendseeker Friendseeker changed the title Update Inconsolata font Update Inconsolata font to fix code rendering on Windows Dec 24, 2024
@Friendseeker Friendseeker changed the title Update Inconsolata font to fix code rendering on Windows Fix code rendering on Windows via updating Inconsolata font Dec 24, 2024
Copy link
Member

@eed3si9n eed3si9n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@eed3si9n eed3si9n merged commit accb75e into sbt:develop Dec 24, 2024
2 checks passed
@Friendseeker Friendseeker deleted the update-font branch December 24, 2024 04:43
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.

k rendering in The Book of sbt is broken on Windows
2 participants