This project is a from-scratch implementation of TypeCatcher in Rust. It is a GTK3 application for browsing through and installing fonts from Google's font archive from the comfort of your Linux desktop.
make
sudo make install prefix=/usr/local
- cargo (Rust 1.24.0)
- libwebkit2gtk-4.0-dev
- libgtk-3-dev
Translators are welcome to submit translations directly as a pull request to this project. It is generally expected that your pull requests will contain a single commit for each language that was added or improved, using a syntax like so:
i18n(eo): Add Esperanto language support
i18n(pl): Improvements to Polish language support
Translation files for the GTK application can be found here. We are using Project Fluent for our translations, which should be easier than working with gettext.