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

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

Open
kifzuka opened this issue Jul 28, 2021 · 5 comments
Open

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

kifzuka opened this issue Jul 28, 2021 · 5 comments

Comments

@kifzuka
Copy link

kifzuka commented Jul 28, 2021

"editor.fontLigatures": "'ss01','ss05','dlig'"
@arrowtype
Copy link
Owner

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!

@kifzuka
Copy link
Author

kifzuka commented Jul 29, 2021

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

@arrowtype
Copy link
Owner

arrowtype commented Aug 6, 2021

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!

@kifzuka
Copy link
Author

kifzuka commented Aug 9, 2021

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

@arrowtype
Copy link
Owner

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 arrowtype changed the title How to use font ligatures code in vs code Windows? Make screen-sharing video of how to use Recursive Code Config Aug 10, 2021
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