I like huge font size, it is good for my eyes.
In cursor, if you want to increase the font size in chat window, you should install custom UI style. Then add some settings in settings.json, it can work.
I just found something changed in cursor 0.48. So old settings in 0.47 cannot work. But I found the solution. Now you can add settings just like below:
"custom-ui-style.stylesheet": {
".conversations": "font-size: 16px !important; line-height: 1.5 !important;",
".markdown-section": "font-size: 16px !important; line-height: 1.5 !important;",
".monaco-mouse-cursor-text": "font-size: 16px !important; line-height: 1.5 !important;",
".aislash-editor-input-readonly": "font-size: 16px !important; line-height: 1.5 !important;",
".aislash-editor-input": "font-size: 16px !important; line-height: 1.5 !important;",
},
"custom-ui-style.webview.enable": false,
In cursor 0.47, the root class name is: .anysphere-markdown-container-root, now it changes into: .conversations