aboutsummaryrefslogtreecommitdiffstats
path: root/src/resources/fonts.json
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2022-08-22 21:24:25 +0200
committerJF <JF002@users.noreply.github.com>2022-09-11 14:44:36 +0200
commitcfc055c978d98906a8090d092d4416cbfbd2bbce (patch)
tree1b92135e6717c8a56f57b2cc1474fe0d3f93ca5c /src/resources/fonts.json
parentf53e75063b6ef618d65a1f287df52ba01c3351f5 (diff)
Package resources + a metadata file into a single .zip file.
Diffstat (limited to 'src/resources/fonts.json')
-rw-r--r--src/resources/fonts.json62
1 files changed, 62 insertions, 0 deletions
diff --git a/src/resources/fonts.json b/src/resources/fonts.json
new file mode 100644
index 00000000..a1545e34
--- /dev/null
+++ b/src/resources/fonts.json
@@ -0,0 +1,62 @@
+{
+ "teko" : {
+ "sources": [
+ {
+ "file": "fonts/Teko-Light.ttf",
+ "symbols": "0123456789:/amp"
+ }
+ ],
+ "bpp": 1,
+ "size": 28,
+ "format": "bin",
+ "target_path": "/fonts/"
+ },
+ "bebas" : {
+ "sources": [
+ {
+ "file": "fonts/BebasNeue-Regular.ttf",
+ "symbols": "0123456789:"
+ }
+ ],
+ "bpp": 1,
+ "size": 120,
+ "format": "bin",
+ "target_path": "/fonts/"
+ },
+ "lv_font_dots_40": {
+ "sources": [
+ {
+ "file": "fonts/repetitionscrolling.ttf",
+ "symbols": "0123456789-MONTUEWEDTHUFRISATSUN WK"
+ }
+ ],
+ "bpp": 1,
+ "size": 40,
+ "format": "bin",
+ "target_path": "/fonts/"
+ },
+ "7segments_40" : {
+ "sources": [
+ {
+ "file": "fonts/7segment.woff",
+ "symbols": "0123456789: -"
+ }
+ ],
+ "bpp": 1,
+ "size": 40,
+ "format": "bin",
+ "target_path": "/fonts"
+ },
+ "7segments_115" : {
+ "sources": [
+ {
+ "file": "fonts/7segment.woff",
+ "symbols": "0123456789: -"
+ }
+ ],
+ "bpp": 1,
+ "size": 115,
+ "format": "bin",
+ "target_path": "/fonts/"
+ }
+}