From 8fc1cadab5e7269d62a82aaeae6f27973d235596 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Thu, 19 Nov 2020 14:58:53 -0700 Subject: Fix emoji and DejaVu font error --- .config/fontconfig/fonts.conf | 68 +++++++++++++++++++++++++++++++++---------- 1 file changed, 53 insertions(+), 15 deletions(-) diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf index 7ebb692..d6a5004 100755 --- a/.config/fontconfig/fonts.conf +++ b/.config/fontconfig/fonts.conf @@ -1,19 +1,57 @@ - - Noto Sans - - - serif - Noto Serif - - - sans-serif - Noto Sans - - - monospace - Noto Sans Mono - + + + + serif + + Noto Serif + Font Awesome 5 Free + Font Awesome 5 Brands + + + + sans-serif + + Noto Sans + Font Awesome 5 Free + Font Awesome 5 Brands + + + + monospace + + Noto Sans Mono + Font Awesome 5 Free + Font Awesome 5 Brands + + + + + + + + + DejaVu Sans + + + + + DejaVu Serif + + + + + DejaVu Sans Mono + + + + -- cgit v1.2.3-54-g00ecf