From 02bb1aff04e1a5f71ada4588149d8857b93bee3c Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Wed, 20 Jun 2018 18:52:42 +0200 Subject: [PATCH] Configure fonts (apt install fonts-cros*) --- .Xresources | 7 +++ .config/fontconfig/fonts.conf | 113 ++++++++++++++++++++++++++++++++++ 2 files changed, 120 insertions(+) create mode 100644 .config/fontconfig/fonts.conf diff --git a/.Xresources b/.Xresources index e26e0c6..7b11860 100644 --- a/.Xresources +++ b/.Xresources @@ -20,3 +20,10 @@ xterm*font: -misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1 !xterm*wideFont: -misc-fixed-medium-r-normal-ja-18-120-100-100-c-180-iso10646-1 !xterm*font: -*-terminus-medium-*-*-*-16-*-*-*-*-*-iso10646-* xterm*VT100.translations: #override : select-end(PRIMARY, CLIPBOARD, CUT_BUFFER0) +Xft.antialias: 1 +Xft.autohint: 0 +Xft.dpi: 96 +Xft.hinting: 0 +Xft.hintstyle: hintnone +Xft.lcdfilter: lcddefault +Xft.rgba: rgb diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf new file mode 100644 index 0000000..713d086 --- /dev/null +++ b/.config/fontconfig/fonts.conf @@ -0,0 +1,113 @@ + + + + + true + false + hintnone + false + lcddefault + + + sans-serif + + Noto Sans + Arimo + Liberation Sans + DejaVu Sans + + + + + serif + + Noto Serif + Tinos + Liberation Serif + DejaVu Serif + + + + + monospace + + Noto Mono + Cousine + Liberation Mono + DejaVu Sans Mono + + + + + Verdana + DejaVu Sans + + + + Arial Black + DejaVu Sans + 200 + + + + DejaVu Sans + false + + + + Tahoma + Noto Sans + + + + Arial + Arimo + + + + Times New Roman + Tinos + + + + Georgia + Noto Serif + + + + Impact + Noto Serif + 200 + + + + Courier New + Nimbus Mono L + + + + Trebuchet MS + Linux Biolinum O + + + + Lucida Console + DejaVu Sans Mono + + + + Lucida Sans Unicode + DejaVu Sans + + + + Palatinio Linotype + URW Palladio L + + + + Consolas + Inconsolata + + +