Refactor font configuration in chore-tracker YAML files for improved clarity and consistency
This commit is contained in:
@@ -97,26 +97,21 @@ time:
|
|||||||
- lvgl.page.show: page_home
|
- lvgl.page.show: page_home
|
||||||
|
|
||||||
font:
|
font:
|
||||||
- file: "gfonts://Nunito"
|
- file: "gfonts://Nunito:ital,wght@0,900"
|
||||||
id: font_title
|
id: font_title
|
||||||
size: 40
|
size: 40
|
||||||
weight: 900
|
- file: "gfonts://Nunito:ital,wght@0,800"
|
||||||
- file: "gfonts://Nunito"
|
|
||||||
id: font_name
|
id: font_name
|
||||||
size: 30
|
size: 30
|
||||||
weight: 800
|
- file: "gfonts://Nunito:ital,wght@0,700"
|
||||||
- file: "gfonts://Nunito"
|
|
||||||
id: font_med
|
id: font_med
|
||||||
size: 22
|
size: 22
|
||||||
weight: 700
|
- file: "gfonts://Nunito:ital,wght@0,600"
|
||||||
- file: "gfonts://Nunito"
|
|
||||||
id: font_small
|
id: font_small
|
||||||
size: 17
|
size: 17
|
||||||
weight: 600
|
- file: "gfonts://Nunito:ital,wght@0,600"
|
||||||
- file: "gfonts://Nunito"
|
|
||||||
id: font_tiny
|
id: font_tiny
|
||||||
size: 13
|
size: 13
|
||||||
weight: 600
|
|
||||||
|
|
||||||
# ── Switches — one per chore per kid, synced to HA ───────────────────────────
|
# ── Switches — one per chore per kid, synced to HA ───────────────────────────
|
||||||
switch:
|
switch:
|
||||||
|
|||||||
@@ -219,26 +219,21 @@ time:
|
|||||||
- lvgl.page.show: page_home
|
- lvgl.page.show: page_home
|
||||||
|
|
||||||
font:
|
font:
|
||||||
- file: "gfonts://Nunito"
|
- file: "gfonts://Nunito:ital,wght@0,900"
|
||||||
id: font_title
|
id: font_title
|
||||||
size: 40
|
size: 40
|
||||||
weight: 900
|
- file: "gfonts://Nunito:ital,wght@0,800"
|
||||||
- file: "gfonts://Nunito"
|
|
||||||
id: font_name
|
id: font_name
|
||||||
size: 30
|
size: 30
|
||||||
weight: 800
|
- file: "gfonts://Nunito:ital,wght@0,700"
|
||||||
- file: "gfonts://Nunito"
|
|
||||||
id: font_med
|
id: font_med
|
||||||
size: 22
|
size: 22
|
||||||
weight: 700
|
- file: "gfonts://Nunito:ital,wght@0,600"
|
||||||
- file: "gfonts://Nunito"
|
|
||||||
id: font_small
|
id: font_small
|
||||||
size: 17
|
size: 17
|
||||||
weight: 600
|
- file: "gfonts://Nunito:ital,wght@0,600"
|
||||||
- file: "gfonts://Nunito"
|
|
||||||
id: font_tiny
|
id: font_tiny
|
||||||
size: 13
|
size: 13
|
||||||
weight: 600
|
|
||||||
|
|
||||||
# ── Switches — one per chore per kid, synced to HA ───────────────────────────
|
# ── Switches — one per chore per kid, synced to HA ───────────────────────────
|
||||||
switch:
|
switch:
|
||||||
|
|||||||
Reference in New Issue
Block a user