summaryrefslogtreecommitdiff
path: root/src/displayapp/fonts/fonts.json
diff options
context:
space:
mode:
authorYehoshua Pesach Wallach <yehoshuapw@gmail.com>2022-04-19 14:53:57 +0300
committerJF <JF002@users.noreply.github.com>2022-05-10 22:20:02 +0200
commit9535c1e651175ca9a3eeef35f463b212e536ded8 (patch)
treeefbbdf88b84a252a7fd4c696cab53eec9d8968d0 /src/displayapp/fonts/fonts.json
parentac0dc5ff4790f83c972387c3ef4d7e55611643ce (diff)
fontgen: move features into fonts
Also, removed feature existance cheking (since it now depends on a font, so may end up being inside (only) a font not being used currently - which is an allowed usage)
Diffstat (limited to 'src/displayapp/fonts/fonts.json')
-rw-r--r--src/displayapp/fonts/fonts.json20
1 files changed, 9 insertions, 11 deletions
diff --git a/src/displayapp/fonts/fonts.json b/src/displayapp/fonts/fonts.json
index c1ff9594..6873185b 100644
--- a/src/displayapp/fonts/fonts.json
+++ b/src/displayapp/fonts/fonts.json
@@ -13,7 +13,15 @@
],
"bpp": 1,
"size": 20,
- "patches": ["./fix_jetbrains_mono_bold_20_zero.py"]
+ "patches": ["./fix_jetbrains_mono_bold_20_zero.py"],
+ "features": {
+ "hebrew": [
+ {
+ "font": "SimpleCLM-Medium.ttf",
+ "range": "0x05D0-0x05EA,0x05F3,0x05F4"
+ }
+ ]
+ }
},
"jetbrains_mono_42": {
"sources": [
@@ -76,15 +84,5 @@
"size": 80,
"compress": true
}
- },
- "features": {
- "hebrew": {
- "jetbrains_mono_bold_20": [
- {
- "font": "SimpleCLM-Medium.ttf",
- "range": "0x05D0-0x05EA,0x05F3,0x05F4"
- }
- ]
- }
}
}