fonts: add fontconfig profile

master
an 2019-06-29 18:09:24 -04:00
parent 3561b97109
commit dbec1362ab
3 changed files with 4 additions and 0 deletions

View File

@ -4,10 +4,12 @@
mkdir -p \ mkdir -p \
applications \ applications \
build-system \ build-system \
fonts \
network \ network \
scripts \ scripts \
system \ system \
themes \ themes \
unused \
vim vim
while read f t while read f t

1
files
View File

@ -12,6 +12,7 @@ applications/sharenix.json ~/.sharenix.json
applications/xprofile ~/.xprofile applications/xprofile ~/.xprofile
build-system/cargo.toml ~/.cargo/config build-system/cargo.toml ~/.cargo/config
build-system/makepkg.conf ~/.config/pacman/makepkg.conf build-system/makepkg.conf ~/.config/pacman/makepkg.conf
fonts/fontconfig.sh /etc/profile.d/freetype2.sh
network /etc/systemd/network/* network /etc/systemd/network/*
network/icecast.xml /etc/icecast.xml network/icecast.xml /etc/icecast.xml
network/motsognir.conf /etc/motsognir.conf network/motsognir.conf /etc/motsognir.conf

1
fonts/fontconfig.sh Normal file
View File

@ -0,0 +1 @@
export FREETYPE_PROPERTIES="truetype:interpreter-version=38"