├── Convert ├── chars.txt ├── proj.kbits.kbitx └── replace.py ├── Images ├── cover.png ├── cover.xcf ├── font_plate.png ├── font_plate.xcf ├── map.png └── map.xcf ├── Makefile ├── README.md ├── templeos_font.bdf ├── templeos_font.otf ├── templeos_font.ttf ├── templeos_font.woff └── templeos_font.woff2 /Convert/chars.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendello/templeos_font/HEAD/Convert/chars.txt -------------------------------------------------------------------------------- /Convert/proj.kbits.kbitx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendello/templeos_font/HEAD/Convert/proj.kbits.kbitx -------------------------------------------------------------------------------- /Convert/replace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendello/templeos_font/HEAD/Convert/replace.py -------------------------------------------------------------------------------- /Images/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendello/templeos_font/HEAD/Images/cover.png -------------------------------------------------------------------------------- /Images/cover.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendello/templeos_font/HEAD/Images/cover.xcf -------------------------------------------------------------------------------- /Images/font_plate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendello/templeos_font/HEAD/Images/font_plate.png -------------------------------------------------------------------------------- /Images/font_plate.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendello/templeos_font/HEAD/Images/font_plate.xcf -------------------------------------------------------------------------------- /Images/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendello/templeos_font/HEAD/Images/map.png -------------------------------------------------------------------------------- /Images/map.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendello/templeos_font/HEAD/Images/map.xcf -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendello/templeos_font/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendello/templeos_font/HEAD/README.md -------------------------------------------------------------------------------- /templeos_font.bdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendello/templeos_font/HEAD/templeos_font.bdf -------------------------------------------------------------------------------- /templeos_font.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendello/templeos_font/HEAD/templeos_font.otf -------------------------------------------------------------------------------- /templeos_font.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendello/templeos_font/HEAD/templeos_font.ttf -------------------------------------------------------------------------------- /templeos_font.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendello/templeos_font/HEAD/templeos_font.woff -------------------------------------------------------------------------------- /templeos_font.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rendello/templeos_font/HEAD/templeos_font.woff2 --------------------------------------------------------------------------------