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

Font is blurry in vscode help #63

Open
c1mplete opened this issue May 30, 2023 · 1 comment
Open

Font is blurry in vscode help #63

c1mplete opened this issue May 30, 2023 · 1 comment

Comments

@c1mplete
Copy link

the font is bascally really blurry in my vscode

Bild_2023-05-30_111344652

@oppiliappan
Copy link
Owner

vs code cannot render raster fonts, it can only operate with TTF files. since TTFs are not guaranteed to be pixel perfect (to allow for scaling), there is simply no one-fits-all solution for this. i

can suggest playing around with the font-size in vs code until it you achieve a size that is a multiple of the size scientifica was originally designed at (typically 11px, 22px, 33px etc.).

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

No branches or pull requests

2 participants