Skip to content
This repository was archived by the owner on Sep 2, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 414 Bytes

File metadata and controls

18 lines (14 loc) · 414 Bytes

Logo

Landing pages for rigami project

Development

Subset fonts The tool is used for trimming fonttools (pyftsubset)

$ cd ./src/fonts
$ nano codes.txt # Added glyphs
$ pyftsubset NotoColorEmoji.ttf --output-file=NotoColorEmoji--subset.ttf --unicodes-file=codes.txt

Build and start

$ docker-compose up -d --build