An open API service indexing awesome lists of open source software.

https://github.com/fuwn/ttf-monapo

Most Japanese websites were designed for “MS P Gothic” font. “Monapo” font is a combined font that uses ipagp.ttf and mona.ttf. It has almost same width as MS P Gothic, so it can show Japanese Ascii Art properly.
https://github.com/fuwn/ttf-monapo

font fonts japanese monapo

Last synced: 12 months ago
JSON representation

Most Japanese websites were designed for “MS P Gothic” font. “Monapo” font is a combined font that uses ipagp.ttf and mona.ttf. It has almost same width as MS P Gothic, so it can show Japanese Ascii Art properly.

Awesome Lists containing this project

README

          

# `ttf-monapo`

## Installation via [`makepkg`](https://wiki.archlinux.org/title/Makepkg)

```shell
git clone https://github.com/Fuwn/ttf-monapo \
&& cd ttf-monapo \
&& makepkg -si \
&& cd .. \
&& /sbin/rm -rf ttf-monapo
```