From 98d83a1d2c3a4938c22269a65fd20e06e7e64477 Mon Sep 17 00:00:00 2001 From: TiynGER Date: Mon, 23 Mar 2020 17:17:21 +0100 Subject: [PATCH] fixing font fails --- .config/fontconfig/fonts.conf | 59 ++++++++++++++++++++--------------- .config/xorg/Xdefaults | 8 ++++- 2 files changed, 40 insertions(+), 27 deletions(-) mode change 100755 => 100644 .config/fontconfig/fonts.conf diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf old mode 100755 new mode 100644 index 6a78c25..3bc1793 --- a/.config/fontconfig/fonts.conf +++ b/.config/fontconfig/fonts.conf @@ -1,30 +1,37 @@ - - - serif - Linux Libertine - - - sans-serif - Linux Biolinum - - - sans - Linux Biolinum - - - monospace - Inconsolata - - - - - monospace - Symbola - - + + serif + + Linux Libertine + Joy Pixels + Noto Color Emoji + + + + sans-serif + + Linux Biolinum + Joy Pixels + Noto Color Emoji + + + + sans + + Linux Biolinum + Joy Pixels + Noto Color Emoji + + + + monospace + + IBM Plex Mono + Inconsolata + Joy Pixels + Noto Color Emoji + + - - diff --git a/.config/xorg/Xdefaults b/.config/xorg/Xdefaults index 89752a7..776f229 100644 --- a/.config/xorg/Xdefaults +++ b/.config/xorg/Xdefaults @@ -1,6 +1,13 @@ ! st.termname: st-256color st.borderpx: 2 +Xft.antialias: true +Xft.hinting: true +Xft.rgba: rgb +Xft.autohint: true +Xft.hintstyle: hintslight +Xft.lcdfilter: lcdfilter + dmenu.foreground: #ffa500 dmenu.background: #000000 dmenu.selforeground: #000000 @@ -43,4 +50,3 @@ dmenu.selbackground: #ffa500 *.color13: #5350b9 *.color14: #0f7ddb *.color15: #ffffff -