summaryrefslogtreecommitdiff
path: root/src/ui/include/fonts.hpp
diff options
context:
space:
mode:
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);