From 23e39c1fe54b8b84bb38682142220f9eb363aeba Mon Sep 17 00:00:00 2001 From: Joshua King Date: Fri, 27 Feb 2026 22:28:32 -0500 Subject: [PATCH] Refactor font configuration in chore-tracker files for consistency --- esphome/chore-tracker-esphome.yaml | 10 +++++----- esphome/chore-tracker/generate.py | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/esphome/chore-tracker-esphome.yaml b/esphome/chore-tracker-esphome.yaml index 2c17e5f..7f36a8d 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: "gfonts://Nunito:ital,wght@900" + - file: "roboto" id: font_title size: 40 - - file: "gfonts://Nunito:ital,wght@800" + - file: "roboto" id: font_name size: 30 - - file: "gfonts://Nunito:ital,wght@700" + - file: "roboto" id: font_med size: 22 - - file: "gfonts://Nunito:ital,wght@600" + - file: "roboto" id: font_small size: 17 - - file: "gfonts://Nunito:ital,wght@600" + - file: "roboto" id: font_tiny size: 13 diff --git a/esphome/chore-tracker/generate.py b/esphome/chore-tracker/generate.py index 65da93e..2ace690 100644 --- a/esphome/chore-tracker/generate.py +++ b/esphome/chore-tracker/generate.py @@ -219,19 +219,19 @@ time: - lvgl.page.show: page_home font: - - file: "gfonts://Nunito:ital,wght@0,900" + - file: "roboto" id: font_title size: 40 - - file: "gfonts://Nunito:ital,wght@0,800" + - file: "roboto" id: font_name size: 30 - - file: "gfonts://Nunito:ital,wght@0,700" + - file: "roboto" id: font_med size: 22 - - file: "gfonts://Nunito:ital,wght@0,600" + - file: "roboto" id: font_small size: 17 - - file: "gfonts://Nunito:ital,wght@0,600" + - file: "roboto" id: font_tiny size: 13