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

&& and fi, fj, etc. #114

Open
pa-0 opened this issue Nov 26, 2024 · 0 comments
Open

&& and fi, fj, etc. #114

pa-0 opened this issue Nov 26, 2024 · 0 comments

Comments

@pa-0
Copy link

pa-0 commented Nov 26, 2024

So I just used this to patch Reddit Mono. For pretty much all of my purposes, it worked perfectly by the way, so thank you for this:

image

The only things I couldn't figure out: is uncommenting these particular ligatures all that's required to include them?

image

I feel I must have missed a step because the (uncommented) ligatures shown above were not added.


Also, the single ampersand has a named variant in Fira 3.1 (ss03)...

image

and the glyphs file in the fira repo includes some code for using the ampersand variant in the ampersand_ampersand ligature:

{
code =
   "sub ampersand by ampersand.ss03;
    sub ampersand_ampersand.liga by ampersand.ss03;
    sub ampersand.spacer' ampersand.ss03 by ampersand.before.ss03;
    sub  [ampersand ampersand.ss03]' [ampersand ampersand.ss03] by ampersand.before.ss03;"
name = ss03;
notes = "Name: Traditional Ampersand";
},

but it's never assigned a variant code, e.g. ampersand_ampersand.ss03.

Is there a way to use this variant ligature?

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

1 participant