From: Ramakrishnan Muthukrishnan <ram@leastauthority.com>
Date: Sat, 12 Feb 2022 18:11:14 +0000 (+0530)
Subject: normal font weight instead of bold
X-Git-Url: https://git.rkrishnan.org/pf/frontends/index.php?a=commitdiff_plain;h=30d8433fde9ea3f0bcc0f83f7359c8361df956f2;p=pihpsdr.git

normal font weight instead of bold
---

diff --git a/vfo.c b/vfo.c
index fbf67dc..f95c7ba 100644
--- a/vfo.c
+++ b/vfo.c
@@ -955,7 +955,7 @@ void vfo_update() {
 
         cairo_select_font_face(cr, "Cantarell",
             CAIRO_FONT_SLANT_NORMAL,
-            CAIRO_FONT_WEIGHT_BOLD);
+            CAIRO_FONT_WEIGHT_NORMAL);
 
         switch(vfo[id].mode) {
           case modeFMN: