Skip to content
rarmknecht edited this page Apr 30, 2012 · 5 revisions

I found myself in need of custom fonts and learned from the Arch Wiki that the best method of installing fonts is via an Arch Package as it will enable the management of the fonts. So this is my first Arch Package.

Once I've built this out a fair amount I'll be submitting it to the AUR (Arch User Repository). In the mean time, follow these directions:

  1. Download otf-rma-fonts.tar.gz
  2. Extract: tar -xvf otf-rma-fonts.tar.gz
  3. Move into Folder: cd otf-rma-fonts/
  4. Build Package: makepkg
  5. Install Package: sudo pacman -U <packagename>.xz

Most of the other files here are for source control of the package; only otf-rma-fonts.tar.gz is required.

Clone this wiki locally