From 708f3166a09fd7ba815ec47907cabfb1af4d26c5 Mon Sep 17 00:00:00 2001 From: Sylvain BERTRAND Date: Sun, 10 Oct 2021 17:05:17 +0000 Subject: [PATCH] npv: default to dejavu instead of noto --- npv/config.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/npv/config.h b/npv/config.h index 4103b09..be916ec 100644 --- a/npv/config.h +++ b/npv/config.h @@ -5,14 +5,10 @@ /*----------------------------------------------------------------------------*/ #include #include "npv/c_fixing.h" -/* NotoSansSymbols2 is the only one with the play and pause symbols */ +/* some trash at google did hide noto fonts behind a web javascript app */ STATIC u8 *npv_faces[] = { - "/share/fonts/noto/NotoMono-Regular.ttf", - "/share/fonts/noto/NotoSansSymbols-Regular.ttf", - "/share/fonts/noto/NotoSansSymbols2-Regular.ttf", - "/usr/share/fonts/truetype/noto/NotoMono-Regular.ttf", - "/usr/share/fonts/truetype/noto/NotoSansSymbols-Regular.ttf", - "/usr/share/fonts/truetype/noto/NotoSansSymbols2-Regular.ttf", + "/share/fonts/dejavu/DejaVuSansMono.ttf", + "/usr/share/fonts/dejavu/DejaVuSansMono.ttf", 0 }; /* we don't use a xkb state machine, only bear 8bits truncated raw keycodes */ -- 2.11.4.GIT