Update font configuration in chore-tracker YAML for improved consistency

This commit is contained in:
Joshua King
2026-02-28 08:10:35 -05:00
parent 3f697d690a
commit d7ed0c085c

View File

@@ -97,19 +97,19 @@ time:
- lvgl.page.show: page_home - lvgl.page.show: page_home
font: font:
- file: "roboto" - file: "fonts/Nunito-Black.ttf"
id: font_title id: font_title
size: 40 size: 40
- file: "roboto" - file: "fonts/Nunito-ExtraBold.ttf"
id: font_name id: font_name
size: 30 size: 30
- file: "roboto" - file: "fonts/Nunito-Bold.ttf"
id: font_med id: font_med
size: 22 size: 22
- file: "roboto" - file: "fonts/Nunito-SemiBold.ttf"
id: font_small id: font_small
size: 17 size: 17
- file: "roboto" - file: "fonts/Nunito-SemiBold.ttf"
id: font_tiny id: font_tiny
size: 13 size: 13