Skip to content

x11-ttf-fonts - version 0.1.0

Latest
Compare
Choose a tag to compare
@mittelmark mittelmark released this 07 Dec 08:58
· 6 commits to main since this release

x11-ttf-fonts

Shell scripts to install a few mono-spaced True Type fonts for older X11 applications.

This is the first release supporting linking existing system fonts and download and installing Anonymous Pro, Courier Prime, Dejavu Sans Mono, Source Code Pro and Ubuntu Mono fonts.

Usage for direct installation from the Repository:

To link local TTF files:

curl -fsSL https://github.com/mittelmark/x11-ttf-fonts/releases/latest/download/x11-ttf-fonts-install | bash

To install the five fonts mentioned above from the web if you do not have them available you can do:

curl -fsSL https://github.com/mittelmark/x11-ttf-fonts/releases/latest/download/x11-ttf-fonts-anonymous-pro | bash
curl -fsSL https://github.com/mittelmark/x11-ttf-fonts/releases/latest/download/x11-ttf-fonts-courier-prime | bash
curl -fsSL https://github.com/mittelmark/x11-ttf-fonts/releases/latest/download/x11-ttf-fonts-dejavu-sans-mono | bash
curl -fsSL https://github.com/mittelmark/x11-ttf-fonts/releases/latest/download/x11-ttf-fonts-source-code-pro | bash
curl -fsSL https://github.com/mittelmark/x11-ttf-fonts/releases/latest/download/x11-ttf-fonts-ubuntu | bash 

There after check your available fonts using xfontsel for instance like this:

xfontsel -pattern "*-r-*-m-*" -scaled

Alternatively you can as well download the install script manually check them locally and then run them.