diff --git a/fonts/fontconfig/fonts.conf b/fonts/fontconfig/fonts.conf new file mode 100644 index 0000000..ca4d116 --- /dev/null +++ b/fonts/fontconfig/fonts.conf @@ -0,0 +1,32 @@ + + + + monospace + + Drafting* Mono + Unifont + + + + sans-serif + + DejaVu Sans + Unifont + + + + serif + + DejaVu Serif + Unifont + + + + + mono + + + false + + + diff --git a/fonts/fonts.txz.gpg b/fonts/fonts.txz.gpg new file mode 100644 index 0000000..889f087 Binary files /dev/null and b/fonts/fonts.txz.gpg differ diff --git a/fonts/install b/fonts/install new file mode 100755 index 0000000..8226e14 --- /dev/null +++ b/fonts/install @@ -0,0 +1,4 @@ +#!/bin/sh + +gpg --decrypt fonts.txz.gpg | tar xJvC ~/.local/share +fc-cache rebuild