cursor
cursor copied to clipboard
Meslo NF Font Family support for p10k terminal setups
Is your feature request related to a problem? Please describe.
On VSCode, I can add "terminal.integrated.fontFamily": "MesloLGS NF",
to the settings.json
file and it will allow my p10k terminal theme to show GitHub icons and the rest. If I add that same line to Cursor's settings.json, nothing appears to change in the terminal, even if I reset cursor.
Describe the solution you'd like Make it so my p10k theme with Meslo NF font works in the Cursor terminal
Additional context
Iterm2 and VSCode (post adding the font line in settings):
Cursor terminal:
Doubt that it's related. I'm using p10k with MesloLGS NF in Cursor and it's working as expected.
@seigtm Any suggestions on things for me to try here? Clearly doesn't work for me when simply adding to the settings.json of cursor.
Try this:
- "terminal.integrated.fontFamily": "MesloLGS NF"
+ "terminal.integrated.fontFamily": "'MesloLGS NF'"
It's unrelated to the Cursor app.
The same issue occurs in plain VS Code if you forget to wrap your font family argument with ' '
inside " "
.
@michaelbship