Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 2.27 KB

File metadata and controls

52 lines (38 loc) · 2.27 KB

TilottamaCode

Sample JoySevka

TilottamaCode is a family of custom coding fonts with a Kolkata — the City of Joy — identity. Each font is built from a high-quality open-source base, tuned with custom letterforms, and patched with Nerd Font symbols (Nerd Fonts v3.4.0).

Fonts

  • JoySevka — Iosevka-derived, wide chars; italics blend in cursive glyphs from Victor Mono.
  • Riosevka — rounded Iosevka variant.
  • JoySpace — a cursive monospace derived from GitHub's Monaspace: Argon upright + Radon cursive italics.

Build

  • JoySevka / RiosevkaIOSEVKA-Custom-NF/nerdfont.bat (Iosevka build plans + Victor Mono italics + Nerd Fonts).
  • JoySpaceMONASPACE-Custom-NF/joyspace.bat (Monaspace OTFs + Nerd Fonts).

Each pipeline writes to its own gitignored dist/. To package a release, run release.ps1 (see Releases).

Sample Image (V14)

Sample JoySevka Sample Riosevka

Releases

release.ps1 bundles the built fonts from both dist/ folders, every license file, and Install-Font.ps1 into dist/release/TilottamaCode-v<N>.zip, then creates an annotated git tag v<N> (incrementing integer). It packages existing build output, so build first:

IOSEVKA-Custom-NF\nerdfont.bat      # builds JoySevka + Riosevka
MONASPACE-Custom-NF\joyspace.bat    # builds JoySpace
pwsh .\release.ps1                  # auto-increments the tag; add -Push to push it to origin

License

  • Fonts (JoySevka, Riosevka, JoySpace) — SIL Open Font License 1.1, © Saumyajyoti Mukherjee, with Reserved Font Names "JoySevka", "Riosevka", "JoySpace", "TilottamaCode". See LICENSE.
  • Build scripts / tooling (*.bat, *.py, *.ps1) — MIT License. See LICENSE-SCRIPTS.txt.

Upstream licenses (retained, and bundled into every release):

  • Iosevka — IOSEVKA-LICENSE.md (OFL 1.1)
  • Victor Mono — victor-mono-LICENSE.txt (OFL 1.1)
  • Monaspace — MONASPACE-LICENSE.txt (OFL 1.1)
  • Nerd Fonts — NERDFONT-LICENSE.txt (MIT + OFL 1.1)
  • ttfautohint — TTFAH-LICENSE.txt (GPLv2 / FreeType License)