-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
Use Tahoma font as a fallback for system-ui #26912
Conversation
@jhasse isn't this the wrong fix? In #25570 (comment) @manu-silicon is reporting that our change to With your change now you set I suggest to just use this way to ensure we have good fallback behviour that matches previous versions:
This would be the same we now use for the monaco editor (https://github.com/Microsoft/vscode/pull/25570/files#diff-57a39c28acca4e4e2bcedc18dc0b7f3cR9). @alexandrudima @Tyriar for opinions |
Yes you're right, this doesn't exactly restore the previous behaviour. But the previous behaviour was also buggy, as it didn't use Tahoma, although @manu-silicon had specified it in the Registry.
I think it was
Windows is the only platform with a known bug of
As long as |
@jhasse we could always add |
For manu-silicon's case it would still use |
@jhasse what kind of issue does that expose if |
It's the wrong font, just as |
I just ran a test on my Windows 10 and it looks like none of the fonts (other than If we add |
With or without |
All of these cause the same font to show up for me:
|
Note that now I know how to fix |
Adding the previous fallback chain after |
@jhasse let me know if you want to make this change |
Done :) |
@jhasse thanks 👍 |
Thanks @jhasse 👌 |
Workaround for:
https://bugs.chromium.org/p/chromium/issues/detail?id=724393