From 30d8433fde9ea3f0bcc0f83f7359c8361df956f2 Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <ram@leastauthority.com>
Date: Sat, 12 Feb 2022 23:41:14 +0530
Subject: [PATCH] normal font weight instead of bold

---
 vfo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:
-- 
2.45.2