From aa919b6079ce9c276f98c428b20a959130db547e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Mon, 7 Jun 2021 12:35:38 +0200 Subject: Add font configuration I want full hinting, like late 2000s-era Linux. --- home/john/.config/fontconfig/fonts.conf | 29 +++++++++++++++++++++++++++++ home/john/.fonts.conf | 1 + 2 files changed, 30 insertions(+) create mode 100644 home/john/.config/fontconfig/fonts.conf create mode 120000 home/john/.fonts.conf (limited to 'home') diff --git a/home/john/.config/fontconfig/fonts.conf b/home/john/.config/fontconfig/fonts.conf new file mode 100644 index 0000000..a81cc79 --- /dev/null +++ b/home/john/.config/fontconfig/fonts.conf @@ -0,0 +1,29 @@ + + + + + + rgb + + + + + true + + + + + hintfull + + + + + true + + + + + lcdlight + + + diff --git a/home/john/.fonts.conf b/home/john/.fonts.conf new file mode 120000 index 0000000..775cff4 --- /dev/null +++ b/home/john/.fonts.conf @@ -0,0 +1 @@ +.config/fontconfig/fonts.conf \ No newline at end of file -- cgit v1.2.3