Ok, I'm new to the forum and I hope this is the correct place to post a very weird little question.

Code examples in the Godot documentation pages are (all) corrupted for me: They show every ".x" as " (a single quote) They show every ".y" as a blank space

This makes checking the documentation kinda challenging. I have the issue on different browsers (FireFox as well as Chrome) and on different PCs. I suspect it's a font and/or encoding issue and I've looked into it a lot but haven't been able to fix it. Does this sound familiar to someone? Anyone have a fix?

What language are you following, what programming language are you using and can you link a specific page on the docs for us to compare?

My browser is in English (as is my OS), the issue ONLY occurs in the online documentation (not in the Godot IDE). I've attached a screenshot - but this is just one example, it occurs on all pages that use 'x' or 'y' in code examples.

@Megalomaniak said: BTW, whats the OS you use?

Using Windows 10. I will report this on the github - thanks!

I use Windows 10 as well, but I've never seen that issue before. What about your browser?

@SIsilicon28 said: I use Windows 10 as well, but I've never seen that issue before. What about your browser?

I've tried it in FireFox ( up to date) and Chrome.

This turned out to be an issue with the Monaco font on my system. By removing the font and setting mono font to "Roboto Mono" in my FireFox settings the problem went away.

Any mods - feel free to close this thread and thanks for the tips!

Changed the topic type to question and marked @Miezpiez last post as answer.