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 \
applications \
build-system \
fonts \
network \
scripts \
system \
themes \
unused \
vim
while read f t

1
files
View File

@ -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

1
fonts/fontconfig.sh Normal file
View File

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