From 6dcf796c42cba245536b262857e7d41c4413e793 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 2 Jan 2014 15:35:46 -0500 Subject: [PATCH] fontconfig: relocate file to new home --- .config/fontconfig/fonts.conf | 24 ++++++++++++++++++++++++ .fonts.conf | 25 +------------------------ 2 files changed, 25 insertions(+), 24 deletions(-) create mode 100644 .config/fontconfig/fonts.conf mode change 100644 => 120000 .fonts.conf diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf new file mode 100644 index 0000000..d59a0cd --- /dev/null +++ b/.config/fontconfig/fonts.conf @@ -0,0 +1,24 @@ + + + + + + none + + + + + true + + + + + hintmedium + + + + + true + + + diff --git a/.fonts.conf b/.fonts.conf deleted file mode 100644 index d59a0cd..0000000 --- a/.fonts.conf +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - none - - - - - true - - - - - hintmedium - - - - - true - - - diff --git a/.fonts.conf b/.fonts.conf new file mode 120000 index 0000000..ed1cea9 --- /dev/null +++ b/.fonts.conf @@ -0,0 +1 @@ +/home/vapier/.config/fontconfig/fonts.conf \ No newline at end of file -- 2.39.5