Ecosyste.ms: Awesome
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: 6 days 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.
- Host: GitHub
- URL: https://github.com/fuwn/ttf-monapo
- Owner: Fuwn
- Created: 2023-10-11T21:01:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-11T21:26:45.000Z (over 1 year ago)
- Last Synced: 2025-01-30T07:40:44.982Z (12 days ago)
- Topics: font, fonts, japanese, monapo
- Language: Shell
- Homepage: https://github.com/utuhiro78/modified-fonts
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```