recursive icon indicating copy to clipboard operation
recursive copied to clipboard

Make screen-sharing video of how to use Recursive Code Config

Open kifzuka opened this issue 4 years ago • 5 comments

"editor.fontLigatures": "'ss01','ss05','dlig'"

kifzuka avatar Jul 28 '21 07:07 kifzuka

Hi @kifzuka! Sorry, I know there are a lot of fonts in the download, and the project Readme is probably a little unclear.

What have you tried so far? What fonts do you have installed?

Basically, the simplest way is to install the "Recursive Code" fonts from the latest release:

https://github.com/arrowtype/recursive/releases/tag/v1.078

If you want to use the main version of Recursive (intended a little more for web design, graphic design, etc), then you need to add that line into the settings.json of VS Code, to activate the dlig feature (and any other OpenType features you may want).

"editor.fontLigatures": "'dlig'",

Hope that clarifies, but please let me know if you had a different question or issue!

arrowtype avatar Jul 28 '21 13:07 arrowtype

hi, i used Recursive code and i want to active "dotted zero" for example thank for your reply

kifzuka avatar Jul 29 '21 06:07 kifzuka

To customize the Code fonts, you can use https://github.com/arrowtype/recursive-code-config. There, you can make your own config.yaml, and include ss10 to activate the dotted zero. Unfortunately, you can’t use the VS Code editor.fontLigatures to activate stylistic sets in Recursive Code (it still needs to be set to True to allow the code ligatures, though).

However, I realize that is a little bit of a technical process, if you’re unfamiliar with running Python. Just in case you only want to add the dotted zero to the existing Code font styles, here is a custom build with that configuration:

RecMonoCode-Fonts.zip

Please let me know if that works for you!

arrowtype avatar Aug 06 '21 16:08 arrowtype

Thanks, I would like to customize my font. But I do not know how. Can you help me? Anyway thank you for the custom font

kifzuka avatar Aug 09 '21 07:08 kifzuka

Have you tried to work through the instructions in the readme of https://github.com/arrowtype/recursive-code-config? That said, I realize that this involves a few technical steps, so I will try to make a YouTube video walkthrough, and post that on the Readme.

If you do try it but get stuck on a certain part, please let me know! (PS, if you already downloaded it in the past, please either git pull to update from the latest commit, or just download the repo fresh.)

arrowtype avatar Aug 10 '21 17:08 arrowtype