Font on the website looks weird

Where does the bug appear (feature/product)?

Somewhere else…

Describe the Bug

Whenever im on your website the fonts look really strange, some characters are smaller some are bigger. its still readable but it looks really bad.

Steps to Reproduce

just load the website?

Expected Behavior

I expected a decent looking font.

Operating System

Linux

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.0.74
VSCode Version: 1.99.3
Commit: a965544b869cfb53b46806974091f97565545e40
Date: 2025-11-12T00:47:02.205Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Linux x64 6.17.4-200.fc42.x86_64

Does this stop you from using Cursor

No - Cursor works, but with this issue

hi @JWVerzijden and thank you for the detailed bug report. I was able to reproduce the issue on Linux with Firefox and will notify the team.

I found this thread via a Google search after encountering the same thing. Weird jagged font rendering for the Cursor Gothic font. Seeing this on Chrome 142.0.7444.162 (latest at the time of writing) on Ubuntu 24.04.

Update: I found a workaround. If you use the following CSS (I’m using a browser extension for this) it returns font rendering to normal.

*{
text-rendering: geometricPrecision;
}