From d7ed0c085c93939f0bd1a98560ce26dbd0da0341 Mon Sep 17 00:00:00 2001 From: Joshua King Date: Sat, 28 Feb 2026 08:10:35 -0500 Subject: [PATCH] Update font configuration in chore-tracker YAML for improved consistency --- esphome/chore-tracker-esphome.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/esphome/chore-tracker-esphome.yaml b/esphome/chore-tracker-esphome.yaml index 7f36a8d..a84dcd7 100644 --- a/esphome/chore-tracker-esphome.yaml +++ b/esphome/chore-tracker-esphome.yaml @@ -97,19 +97,19 @@ time: - lvgl.page.show: page_home font: - - file: "roboto" + - file: "fonts/Nunito-Black.ttf" id: font_title size: 40 - - file: "roboto" + - file: "fonts/Nunito-ExtraBold.ttf" id: font_name size: 30 - - file: "roboto" + - file: "fonts/Nunito-Bold.ttf" id: font_med size: 22 - - file: "roboto" + - file: "fonts/Nunito-SemiBold.ttf" id: font_small size: 17 - - file: "roboto" + - file: "fonts/Nunito-SemiBold.ttf" id: font_tiny size: 13