summaryrefslogtreecommitdiff
path: root/src/ui/include/fonts.hpp
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-11-23 10:40:04 +1100
committerjacqueline <me@jacqueline.id.au>2023-11-23 10:40:04 +1100
commitb07bfbc6c70fd0bba8dff85fe4149feb9fa9b8d4 (patch)
tree3301506fe015c291afb1f819a9f94bd9047f4a8c /src/ui/include/fonts.hpp
parent9eb5ae6e946651bdbe532b66700bb1ed6944584f (diff)
downloadtangara-fw-b07bfbc6c70fd0bba8dff85fe4149feb9fa9b8d4.tar.gz
Add a second font, flesh out browser screen
Diffstat (limited to 'src/ui/include/fonts.hpp')
-rw-r--r--src/ui/include/fonts.hpp13
1 files changed, 13 insertions, 0 deletions
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 <me@jacqueline.id.au>
+ *
+ * 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);