adam7 / delugia-code

Can we add Nerd Fonts to Cascadia Code Font using a GitHub Action
MIT License
567 stars 34 forks source link

Please add variant with slash zero by default #82

Open IvayloHrTonev opened 1 year ago

IvayloHrTonev commented 1 year ago

At the moment, the default option is 0 with a dot, and only in some editors it is possible to use an alternative

NormTurtle commented 1 year ago

i want to know where can i find , all the possible symobls i can make like u said slash + 0 , like somethign?

second2050 commented 5 months ago

i want to know where can i find , all the possible symobls i can make like u said slash + 0 , like somethign?

as this font is based on microsoft's cascadia code it should include the stylistic sets from it as well, which can be found here.


At the moment, the default option is 0 with a dot, and only in some editors it is possible to use an alternative

you can work around that by "feature freezing" the font with a tool like pyftfeatfreeze which hardcodes the stylistic sets in the font. for example I used this commandline to hardcode the slashed zero and the graphical control symbols (ss20)

pyftfeatfreeze --features zero,ss20 --names --suffix --usesuffix Frozen DelugiaComplete.ttf DelugiaFrozen.ttf