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/font_symbols.hpp | 11 ----------- src/ui/include/fonts.hpp | 13 +++++++++++++ 2 files changed, 13 insertions(+), 11 deletions(-) delete mode 100644 src/ui/include/font_symbols.hpp create mode 100644 src/ui/include/fonts.hpp (limited to 'src/ui/include') diff --git a/src/ui/include/font_symbols.hpp b/src/ui/include/font_symbols.hpp deleted file mode 100644 index 08bb4f6e..00000000 --- a/src/ui/include/font_symbols.hpp +++ /dev/null @@ -1,11 +0,0 @@ -/* - * Copyright 2023 jacqueline - * - * SPDX-License-Identifier: GPL-3.0-only - */ - -#pragma once - -#include "font/lv_font.h" - -LV_FONT_DECLARE(font_symbols); 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