microsoft / vscode-docs

Public documentation for Visual Studio Code
http://code.visualstudio.com/docs
Other
5.63k stars 4.57k forks source link

Keybindings font makes `O` and `0` ambiguous when they are not side by side. #7485

Open Stan-Stani opened 1 month ago

Stan-Stani commented 1 month ago

The font used for the commands makes O look like 0 to inexperienced users. I'm sure that 0 actually has a slash through it, but when first navigating to a page, it's ambiguous. I was stuck wondering why Ctrl+Shift+0 wasn't working.

A possible work around that doesn't involve changing the font, would be to use o instead of O. That is "o" instead of "O".

Compare the html element's font to the tooltip font: image

image

The file in question: https://github.com/microsoft/vscode-docs/blob/main/docs/getstarted/userinterface.md

ntrogh commented 1 month ago

@daviddossett Any suggestions on how we can handle this?

daviddossett commented 1 month ago

This looks like an issue with the typeface itself. Those look like zero to me too. We might need to just change the root code typeface for the site all up.