Refactor font configuration in chore-tracker files for consistency

This commit is contained in:
Joshua King
2026-02-27 22:28:32 -05:00
parent 617cf7d7d1
commit 23e39c1fe5
2 changed files with 10 additions and 10 deletions

View File

@@ -97,19 +97,19 @@ time:
- lvgl.page.show: page_home - lvgl.page.show: page_home
font: font:
- file: "gfonts://Nunito:ital,wght@900" - file: "roboto"
id: font_title id: font_title
size: 40 size: 40
- file: "gfonts://Nunito:ital,wght@800" - file: "roboto"
id: font_name id: font_name
size: 30 size: 30
- file: "gfonts://Nunito:ital,wght@700" - file: "roboto"
id: font_med id: font_med
size: 22 size: 22
- file: "gfonts://Nunito:ital,wght@600" - file: "roboto"
id: font_small id: font_small
size: 17 size: 17
- file: "gfonts://Nunito:ital,wght@600" - file: "roboto"
id: font_tiny id: font_tiny
size: 13 size: 13

View File

@@ -219,19 +219,19 @@ time:
- lvgl.page.show: page_home - lvgl.page.show: page_home
font: font:
- file: "gfonts://Nunito:ital,wght@0,900" - file: "roboto"
id: font_title id: font_title
size: 40 size: 40
- file: "gfonts://Nunito:ital,wght@0,800" - file: "roboto"
id: font_name id: font_name
size: 30 size: 30
- file: "gfonts://Nunito:ital,wght@0,700" - file: "roboto"
id: font_med id: font_med
size: 22 size: 22
- file: "gfonts://Nunito:ital,wght@0,600" - file: "roboto"
id: font_small id: font_small
size: 17 size: 17
- file: "gfonts://Nunito:ital,wght@0,600" - file: "roboto"
id: font_tiny id: font_tiny
size: 13 size: 13