Cannot enable the "ss07" feature in FiraCode font
See original GitHub issueGreetings, I’m trying to enable the ss07 feature in FiraCode font, but it doesn’t working.
Command:
pyftfeatfreeze -n -v -f "ss07" FiraCode-Regular.ttf FiraCode-Regular-ss07.ttf
Output:
INFO: [RemapByOTL] Running with options: Namespace(features='ss07', info=False, inpath='FiraCode-Regular.ttf', lang=None, names=True, outpath='FiraCode-Regular-ss07.ttf', rename=False, replacenames='', report=False, script='latn', usesuffix='', verbose=True, zapnames=False)
INFO: [openFont] Opened font: FiraCode-Regular.ttf
INFO: [filterFeatureIndex] FeatureIndex: [3, 19, 35, 51, 67, 93, 109, 125, 141, 157, 173, 189, 205, 221, 237, 253, 269, 285, 301, 317, 333, 349]
INFO: [filterLookupList] Features to apply: ['ss07']
INFO: [filterLookupList] Lookups: [138, 139]
INFO: [saveFont] Saved font: FiraCode-Regular-ss07.ttf
INFO: Finished processing.
This command with these feature works fine:
pyftfeatfreeze -n -v -f "ss01,ss03,ss05" FiraCode-Regular.ttf FiraCode-Regular-ss01-03-05.ttf
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:17 (5 by maintainers)
Top Results From Across the Web
How to enable stylistic sets · tonsky/FiraCode Wiki - GitHub
Atom. Go to Atom -> Stylesheet , add: atom-text-editor { font-feature- ...
Read more >Fix Fira Code font ligatures and features - Liang-Bo Wang's Blog
To change their looks, we can enable the alternative ligatures and features of the font using different OpenType features (see also the guide...
Read more >The JuliaMono Typeface
JuliaMono - a monospaced font for scientific and technical computing ... JuliaMono is a monospaced typeface designed for programming and in other text...
Read more >Notes on removing ligatures from Fira Code - HackMD
They are still counted as ligatures, but not enabled by default. ... (So we cannot simply use font feature freezers [suggested by Fira...
Read more >JuliaMono - Cormullion
JuliaMono - a monospaced font for scientific and technical computing ... 'How do I control features in CSS, in Atom/Juno, or VS Code?'....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@mrbaungartner I made a new app that can handle your needs. Please check it out: https://mutsuntsai.github.io/fontfreeze/
@MarcosBaungartner Did you use the latest version of FiraCode (6.002)? I have no problem generating ss01-03-05-08 with weight 450 using FiraCode-VF.ttf. And please, do report further issue directly in the FontFreeze repo, as I won’t be routinely checking replies here, and any further discussion would be off-topic here.