Song

Results 296 comments of Song

when using this font in Jetbrains' IDE, it wont work with `[todo]` at comments, the variants is broken by highlight and only variants after 'todo' will effect, so i choose...

how about adding `[todo]` variants in `ss02` ?

in V7 beta2, `[TODO]` will effect by default

@rickalex21 Initially, all the tags are designed for better rendering todos in IDEA, so there will be `todo` and `fixme` tag. `future` cannot be recognized as valid todo in IDEA,...

Maybe the executor should also be changed. `tsc` is a little slow. How about using esbuild, like https://github.com/esbuild-kit/esno

There will be a browser-based tool for custom build. Also, in v7, the minimal dependency is `foundrytools-cli`. I don't think it's too hard to install it.

Is there any error log?

hmm... I recommend to create a codespace on variable branch and build the font in it

> What are the exact steps to do this in a fresh ubuntu? In my Debian on WSL, there is no extra step

In codespace: 1. `pip install foundrytools-cli` 2. `python build.py` That's all