summaryrefslogtreecommitdiff
path: root/src/displayapp/fonts/fonts.json
diff options
context:
space:
mode:
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"
- }
- ]
- }
}
}