diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-11-23 10:40:04 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-11-23 10:40:04 +1100 |
| commit | b07bfbc6c70fd0bba8dff85fe4149feb9fa9b8d4 (patch) | |
| tree | 3301506fe015c291afb1f819a9f94bd9047f4a8c /src/ui/include/fonts.hpp | |
| parent | 9eb5ae6e946651bdbe532b66700bb1ed6944584f (diff) | |
| download | tangara-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.hpp | 13 |
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); |
