Resources
Everything you need to read, write, and build with the Yapiri script — fonts, keyboard layouts, and documentation. All free.
Available Downloads
The Yapiri typeface — the core file needed to read and write in the script. Works in word processors, design software, and on the web.
A native keyboard layout for typing Yapiri on any device — Windows, macOS, iOS, and Android. Uses a phoneme-based QWERTY mapping for intuitive input.
Get Notified When ReadyThe full technical specification — glyph inventory, Unicode PUA mapping, OpenType features, encoding rules, and the Unicode submission roadmap.
Read the SpecificationNo download required. Use the interactive on-screen keyboard directly in your browser to compose and copy Yapiri text into any application.
Open Keyboard ToolInstallation Guide
After downloading, install the font on your system so it's available in all applications.
Click "Download TTF" above and save Yapiri.ttf to your Downloads folder.
Double-click Yapiri.ttf to open the Windows Font Preview window.
Click the Install button at the top of the preview window. The font installs system-wide immediately.
Open Word, Notepad, or any app. Select (Yapiri Regular) from the font dropdown. PUA characters U+E000–U+E02F will now render correctly.
Click "Download TTF" above and save Yapiri.ttf to your Downloads folder.
Double-click Yapiri.ttf. macOS will open it in Font Book automatically.
Click Install Font in the Font Book preview. The font is now available system-wide.
Select Yapiri from the font menu in Pages, Keynote, Illustrator, or any application that supports custom fonts.
Download Yapiri.ttf from the button above.
Run: mkdir -p ~/.local/share/fonts && cp Yapiri.ttf ~/.local/share/fonts/
Run: fc-cache -fv to update the system font cache.
Run: fc-list | grep Yapiri — if it returns a result, the font is installed correctly.
Place Yapiri.woff2 and Yapiri.ttf in your project's fonts or assets folder.
@font-face { font-family: 'Yapiri'; src: url('Yapiri.woff2') format('woff2'), url('Yapiri.ttf') format('truetype'); font-display: swap; }
Use font-family: 'Yapiri', serif; on any element containing PUA characters U+E000–U+E02F.
WOFF2 is smaller and faster than TTF for web use. Always list it first in the src declaration so modern browsers pick it up.
Terms of Use
The Yapiri font is free for personal, educational, and non-commercial use. You may use it in documents, presentations, websites, and educational materials without charge.
For commercial use — including use in commercial products, publications, or services — please contact us via the community page to discuss terms.
Please do not redistribute the font files without attribution. Always credit Yapiri Script by Animesh Debbarma when sharing or embedding the font.