Change editor.fontFamily not effect

Describe the Bug

I change editor.fontFamily in settings, like “editor.fontFamily”: “Fira Code, Monaco, Menlo, Consolas, Courier New, monospace”, but not effect. it worked at vscode

Steps to Reproduce

change editor.fontFamily in settings

Expected Behavior

can use fira code as fontFamily

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 0.44.9
VSCode Version: 1.93.1
Commit: 316e524257c2ea23b755332b0a72c50cf23e1b00
Date: 2024-12-26T21:58:59.149Z (2 days ago)
Electron: 30.5.1
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.19045

Additional Information

CPU: AMD Ryzen 7500f
GPU: AMD RX550

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, are there any errors in the settings.json file?

Same here:
Version: 0.44.11
VSCode Version: 1.93.1
Commit: fe574d0820377383143b2ea26aa6ae28b3425220
Date: 2025-01-03T07:59:06.361Z
Electron: 30.5.1
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
OS: Darwin arm64 23.6.0

I checked from settings.json and there aren’t any errors. The only thing I found is that if I type fontFamily as the key in settings.json, “editor.fontFamily” doesn’t show up, is it possible is not exported somewhere? and thus it cannot be edited?