From b07bfbc6c70fd0bba8dff85fe4149feb9fa9b8d4 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Thu, 23 Nov 2023 10:40:04 +1100 Subject: Add a second font, flesh out browser screen --- src/ui/include/fonts.hpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/ui/include/fonts.hpp (limited to 'src/ui/include/fonts.hpp') diff --git a/src/ui/include/fonts.hpp b/src/ui/include/fonts.hpp new file mode 100644 index 00000000..e4a8e139 --- /dev/null +++ b/src/ui/include/fonts.hpp @@ -0,0 +1,13 @@ +/* + * Copyright 2023 jacqueline + * + * SPDX-License-Identifier: GPL-3.0-only + */ + +#pragma once + +#include "font/lv_font.h" + +LV_FONT_DECLARE(font_fusion_12); +LV_FONT_DECLARE(font_fusion_10); +LV_FONT_DECLARE(font_fusion_8); -- cgit v1.2.3