From 5826cd377c51fc3dd646f27d0707a77f006dd5b4 Mon Sep 17 00:00:00 2001 From: Steven Qiu Date: Fri, 12 Apr 2024 21:41:54 +0800 Subject: [PATCH] fix(kconfig): add Montserrat 10 font to default title font list in Kconfig (#6057) (#6058) --- Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Kconfig b/Kconfig index d727853961..f8dc3a04c3 100644 --- a/Kconfig +++ b/Kconfig @@ -695,6 +695,9 @@ menu "LVGL configuration" config LV_FONT_DEFAULT_MONTSERRAT_8 bool "Montserrat 8" select LV_FONT_MONTSERRAT_8 + config LV_FONT_DEFAULT_MONTSERRAT_10 + bool "Montserrat 10" + select LV_FONT_MONTSERRAT_10 config LV_FONT_DEFAULT_MONTSERRAT_12 bool "Montserrat 12" select LV_FONT_MONTSERRAT_12