iosevka-docker
iosevka-docker copied to clipboard
Docker containers to build custom (or upstream) versions of the Iosevka typeface and package them for Debian
Hey there, thanks for maintaining this. I've been trying to use my [custom build plans](https://gist.github.com/jhilker1/1e2f2882258949c58589b5d649a4337f) whenever I build the font, but when I use version 15.6.0, I get this error...
Hello, I have trying to automatically build the font with Github Action recently and I come up this this setting: ```yml name: CI on: push: branches: [ main ] pull_request:...
Hi, first off thanks for the gorgeous font! I'm getting the following error when building a custom font with Docker: ```bash Building process terminated. Error: Error: Composite {user} cannot be...
Prepare scripts to produce also a debian package
Some feedback from @dcasella - [ ] ! -n -> -z `if [ ! -n "$FONT_VERSION" ]; then` can be `if [ -z "$FONT_VERSION" ]; then ` so you can...
Looks essentially similar to #7 ~~~ × Error Unhandled exception when building "Builtin::File::dist/iosevka-custom/ttf-unhinted/iosevka-custom-extendedmedium.ttf": Error: Error: Composite {user} cannot be resolved: v,curly. at Composite.decompose (file:///tmp/build/Iosevka-27.2.1/font-src/support/variant-data.mjs:234:19) at Composite.resolve (file:///tmp/build/Iosevka-27.2.1/font-src/support/variant-data.mjs:249:39) at Module.apply (file:///tmp/build/Iosevka-27.2.1/font-src/support/variant-data.mjs:19:17)...