Skip to content

akufadhl/Tuladha-Jejeg-OT

Repository files navigation

Tuladha Jejeg OT

Tuladha Jejeg is javanese typeface designed by R.S. Wihananto. based on a javanese metal type punched by T. Roorda. Originally developed using Graphite (famously supported in Mozilla and Libre Office), now converted to Opentype with AFDKO FEA for better device and software support.

you can download the original Graphite file here:

This opentype version isn't exactly the same as the original, due to the limitations of AFDKO FEA syntax, some shaping isn't working and collision are handled differently.

The first step of converting Tuladha jejeg to Opentype is to make it work. another features like more complex shape handling and unwanted collissions will be refined in future updates.

use the font with CDN. EXAMPLE

Add this html to your <head>

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/akufadhl/Tuladha-Jejeg-OT/css/tuladhaJejeg.css">

or use @import in your css

@import url("https://cdn.jsdelivr.net/gh/akufadhl/Tuladha-Jejeg-OT/css/tuladhaJejeg.css");

and reference the file in your styling

font-family: "Tuladha Jejeg"

Contents

  • Glyphdata Javanese : set of .plist file for Javanese Unicode Data for Glyphsapp file
  • fonts, Binary font file:
    • OTF
    • TTF
  • source: a Glyph 3 source file. Other source file such as UFO will be available in the future.
  • Javanese Text: a sample text to preview the font. (still growing).
  • makefile: makefile file to build the font from source and do a fontbakery test.

Contributing

Currently, the source file is only available in .glyphs 3 format. More source file will be available in the future.

to build the font files run

make build

DISCLAIMER

This opentype conversion of Tuladha Jejeg is not a perfect conversion of its Graphite origin. Bugs and Weird things may appear. If so, please file an issue or a bug report and we will do our best to fix and refine the font.

Special Thanks

LICENSE

Tuladha Jejeg is licensed under the SIL Open Font License, Version 1.1

Change Log

v0.5 : 31 August 2022

  • Initial Release