This overlay offers fontsets related ebuilds.
In order to manage the overlay, the package app-portage/layman must be installed into your environment:
emerge -av app-portage/layman
If the installation of layman was successfully completed, then you are ready to add this overlay by fetching its remote list as showed below:
wget -q -O /etc/layman/overlays/fonts-overlay.xml https://raw.github.com/Dr-Terrible/fonts-overlay/master/overlay.xml
At this point you can execute:
layman -Lk
layman -a fonts-overlay
Keep the overlay up to date with:
layman -s fonts-overlay
The process of removing this overlay from your Gentoo environment is quite straightforward:
layman -d fonts-overlay
rm -r /etc/layman/overlays/fonts-overlay.xml
This overlay is still under development. Feedbacks and pull requests are very welcome and I encourage you to use the issues list on GitHub to provide your contributions.
I rarely reject pull requests.