recursive-code-config
recursive-code-config copied to clipboard
Customize your own version of Recursive for code. Build your own, or find the built fonts in releases within the main Recursive repo.
After build every feature seems to work except ss04 i.e. "simplified i". 
It seems that either the README is out of date or there's a bug in the script because when you try to run it you get: ``` Traceback (most recent...
Prevent breaking previous API where this was not explicitly supplied. Fixes #16
In some rendering environments, overlaps cause issues. Specifically, the Rec Mono Code fonts are derived from the full Recursive variable font, which requires overlapping contours to interpolate to different styles....
 how to create pack : regular,italic,bold? and set name to Rec Mono Custom for all? because mine indicates a different path to each font
In the `Recursive_Code/README.md` included with the prebuilt release, the description for `Rec Mono DuoTone` states: > A personal favorite – this uses Linear styles for upright text and Casual styles...
When running the script with all Features turned off in config.yaml, the script throws: ``` line 226, in splitFont() line 151, in splitFont pyftfeatfreeze.main([f"--features=rvrn,{','.join(fontOptions['Features'])}", outputPath, outputPath]) TypeError: can only join...
According to https://github.com/arrowtype/recursive-code-config/issues/5, "`ss08` now controls no-serif L & Z, while the simplified @ is now under `ss12`". This is properly documented in the text body of the [README.md](https://github.com/arrowtype/recursive-code-config/blob/main/README.md), but...
Work to fix https://github.com/arrowtype/recursive-code-config/issues/24. More details in that issue. - [x] fix normal glyph widths in proportional outputs - [x] fix code ligature glyph widths in proportional outputs, if `Code...
I found that the ligature for “::” is spaced in a way that makes sense for monospaced fonts but seems wrong with a proportional font. There is free space around...