Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Fira Code variants #16

Open
jesnor opened this issue Nov 21, 2022 · 1 comment
Open

Support Fira Code variants #16

jesnor opened this issue Nov 21, 2022 · 1 comment

Comments

@jesnor
Copy link

jesnor commented Nov 21, 2022

Really nice font that would be even better if it supported Fira Code variants (ssXX, cvXX etc.)

@somq
Copy link
Owner

somq commented Nov 21, 2022

Thanks @jesnor

All non-native characters including Ligatures and potentially variants come from directly from FiraCode font and are added by Ligaturizer.

To add variants we'd need to

  1. Generate a FiraCode font with variants enabled via the feature flag (--features "ss02,ss08,ss10,cv03,cv07,cv14...")
  2. Add the variants to the list of "ligatures" to be added to the font (list below)
  3. Re-generate the font and publish it here

This issue might therefore belong to Ligaturizer for first steps, though I could take a look at it when I have some spare time (or maybe you would do a PR?).

Variants list for reference:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants