A conda-forge for fonts (mostly to be installed by pixi and used in typst projects)

Cleanup and readme

+10 -12
+9
README.md
··· 1 + # font-forge based on [pixi](https://pixi.prefix.dev) 2 + 3 + In your `pixi.toml` file under `[dependancies]` just add: 4 + 5 + ```toml 6 + font-otf-kalam = { git = "https://tangled.org/vidyasagarv.com/font-forge", subdirectory = "kalam" } 7 + ``` 8 + 9 + Similarly for any other font in this repo.
-11
kalam/pixi.toml
··· 1 - [workspace] 2 - preview = ["pixi-build"] 3 - channels = ["conda-forge"] 4 - # platforms = ["osx-arm64", "osx-64", "linux-64", "win-64"] 5 - 6 - [package] 7 - name = "font-otf-kalam" 8 - version = "2.001" 9 - 10 - [package.build] 11 - backend = { name = "pixi-build-rattler-build", version = "0.3.*" }
+1 -1
pixi.toml
··· 1 1 [workspace] 2 - channels = ["conda-forge"] 3 2 name = "font-forge" 3 + channels = ["conda-forge"] 4 4 5 5 [tasks] 6 6