From 617cf7d7d1d57a9e2cf1a94fd4587ff110dfed61 Mon Sep 17 00:00:00 2001 From: Joshua King Date: Fri, 27 Feb 2026 22:26:02 -0500 Subject: [PATCH] Refactor font weight configuration in chore-tracker YAML for 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 b9d17b3..2c17e5f 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@0,900" + - file: "gfonts://Nunito:ital,wght@900" id: font_title size: 40 - - file: "gfonts://Nunito:ital,wght@0,800" + - file: "gfonts://Nunito:ital,wght@800" id: font_name size: 30 - - file: "gfonts://Nunito:ital,wght@0,700" + - file: "gfonts://Nunito:ital,wght@700" id: font_med size: 22 - - file: "gfonts://Nunito:ital,wght@0,600" + - file: "gfonts://Nunito:ital,wght@600" id: font_small size: 17 - - file: "gfonts://Nunito:ital,wght@0,600" + - file: "gfonts://Nunito:ital,wght@600" id: font_tiny size: 13