question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot enable the "ss07" feature in FiraCode font

See original GitHub issue

Greetings, 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:open
  • Created 3 years ago
  • Reactions:1
  • Comments:17 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
MuTsunTsaicommented, Jul 26, 2022

@mrbaungartner I made a new app that can handle your needs. Please check it out: https://mutsuntsai.github.io/fontfreeze/

0reactions
MuTsunTsaicommented, Aug 12, 2022

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found