Code Monkey home page Code Monkey logo

Comments (2)

arrowtype avatar arrowtype commented on June 2, 2024

Hey @Lengdrich, thanks for the kind words!

Judging by the i l r f shapes, my guess is they might be using the Recursive Variable font in an app that doesn't support the rvrn OpenType feature, which is what changes shapes from the MONO=0 styles ("sans") to MONO=1 ("mono") styles.

I haven't tested this, but you could probably use Recursive Code Config project and turn off rvrn along with the other feature adjustments.

from recursive.

arrowtype avatar arrowtype commented on June 2, 2024

To be more specific, in https://github.com/arrowtype/recursive-code-config, you could clone the repo, then adjust the Python script to do this.

You would edit this line:

https://github.com/arrowtype/recursive-code-config/blob/c20977eb1f3cd59ca7ce03a740b4745f0d299b27/scripts/instantiate-code-fonts.py#L158

To remove rvrn, from the feature freeze args, like this:

-        # freeze in rvrn & stylistic set features with pyftfeatfreeze
-        pyftfeatfreeze.main([f"--features=rvrn,{','.join(fontOptions['Features'])}", outputPath, outputPath])

+        # freeze in rvrn=OFF & stylistic set features with pyftfeatfreeze
+        pyftfeatfreeze.main([f"--features={','.join(fontOptions['Features'])}", outputPath, outputPath])

And then run the rest of your config. I haven't tried this, but I think it should work!

from recursive.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.