Replies: 1 comment 6 replies
-
Hey 👋 Thanks for your love! The font style is controlled by your editor theme, you should change your theme config. If you dont want to use italic curly style, you can setup font features to disable them, e.g. ghostty's doc |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First of all thank you for the amazing font. It has replaced my 5 year old FiraCode.
I use C++ for my work and I noticed that I get curly font even in code, which is not what is shown in the website.
I have tried this in ghostty and kitty.
I downloaded the font from my website and use
font-family = "Maple Mono NF"
I found the same issue with kitty as well. I downloaded the latest font v7.2 from the website.
Just to compare this with the one on the website
As you can see from the pictures, quicksort is supposed to be straight but I have slanted/italic.
Void should be italic and I have straight.
Same with
int main
int is straight and main is italic, when it should be otherwise.Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions