summaryrefslogtreecommitdiff
path: root/lua/font.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/font.lua')
-rw-r--r--lua/font.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/font.lua b/lua/font.lua
new file mode 100644
index 00000000..87246dc1
--- /dev/null
+++ b/lua/font.lua
@@ -0,0 +1,6 @@
+local lvgl = require("lvgl")
+
+return {
+ fusion_12 = lvgl.Font("fusion", 12, "normal"),
+ fusion_10 = lvgl.Font("fusion", 10, "normal"),
+}