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;
}

Where does the bug appear (feature/product)?

Somewhere else…

Describe the Bug

When opening any Cursor webpage (I’ve tested Firefox and Chrome both in regular and private mode) the fonts are not rendered properly. It looks like the font is placed on top of a carnival ride and it’s very annoying to read.

The problem goes away by zooming in. For me, it’s 170% zoom on Firefox.

Probably relevant; I have a 2k Screen with 100% scaling (not the 125 usually suggested by OSs). And, my default font size is 10pt (I like to have a lot of space on my screen)

Steps to Reproduce

Open any Cursor Webpage. Anyone in my experience has this issue.

Expected Behavior

The characters stay on the same line.

Screenshots / Screen Recordings

Operating System

Linux

Version Information

Firefox 143.0.4, installed via Flatpak
Ubuntu 24.04 LTS, KDE Frontend (i.e. Kubuntu)

Does this stop you from using Cursor

No - Cursor works, but with this issue

I’ve been in contact with the artist Mr Clasen that made the font and after being alerted to the situation he managed to find the problem with some back and forth between us.

The TL;DR is:
There’s two versions of the Cursor Gothic font, one has TrueType Hinting, one has OpenType Hinting. The OpenType version is older and is the one that looks ugly since the hinting is way less advanced, the newer TrueType font is rendered properly everywhere. All websites of Cursor at some point used the OTF font. The main page, cursor.com, has since been updated to the TTF font but not every service like this forum or the login mask has been updated. This leads to inconsistent font rendering with it being a bit of a gamble if you have a service that has the newer or older fonts.

I really hope the Mr Clasen has an email to Cursor that does not end up at an LLM such that this issue is fixed quickly.

And as a personal side note, I find it very disappointing that a company that prides itself on being at the edge of what’s useful and possible cannot seem to care enough about their own services enough to fix a bug. I doubt that this would have been resolved in a timely manner if Mr Clasen hadn’t figured out the problem as I was not able to do so within a day.

Enjoy the improved font rendering (hopefully soon).

AS2k

@AliSot2000

I appreciate you digging into this!

I’ve updated the fonts on the forum to the same versions found on cursor.com (1.107 → 1.108). Can you hard refresh the forum and let me know if it’s fixed?

Yes, I’ve checked: it looks pleasantly straight. :+1:

Also inspecting the font with a screenshot yields the same result:

Best

AS2k

Wow this is much better, thank you!