From dbec1362ab8a8155203f38a95610638502478f53 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Sat, 29 Jun 2019 18:09:24 -0400 Subject: [PATCH] fonts: add fontconfig profile --- copy-files.fish | 2 ++ files | 1 + fonts/fontconfig.sh | 1 + 3 files changed, 4 insertions(+) create mode 100644 fonts/fontconfig.sh diff --git a/copy-files.fish b/copy-files.fish index 726be00..229fb5c 100755 --- a/copy-files.fish +++ b/copy-files.fish @@ -4,10 +4,12 @@ mkdir -p \ applications \ build-system \ + fonts \ network \ scripts \ system \ themes \ + unused \ vim while read f t diff --git a/files b/files index 98f1d66..c3f8fc9 100644 --- a/files +++ b/files @@ -12,6 +12,7 @@ applications/sharenix.json ~/.sharenix.json applications/xprofile ~/.xprofile build-system/cargo.toml ~/.cargo/config build-system/makepkg.conf ~/.config/pacman/makepkg.conf +fonts/fontconfig.sh /etc/profile.d/freetype2.sh network /etc/systemd/network/* network/icecast.xml /etc/icecast.xml network/motsognir.conf /etc/motsognir.conf diff --git a/fonts/fontconfig.sh b/fonts/fontconfig.sh new file mode 100644 index 0000000..3833dab --- /dev/null +++ b/fonts/fontconfig.sh @@ -0,0 +1 @@ +export FREETYPE_PROPERTIES="truetype:interpreter-version=38"