Skip to content

Commit 7da60ae

Browse files
committed
Add NotoSans
1 parent 7b39d81 commit 7da60ae

11 files changed

+5
-20
lines changed
-205 KB
Binary file not shown.
-206 KB
Binary file not shown.
-201 KB
Binary file not shown.
-199 KB
Binary file not shown.
616 KB
Binary file not shown.
616 KB
Binary file not shown.
615 KB
Binary file not shown.
614 KB
Binary file not shown.

src/displayapp/fonts/fonts.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"jetbrains_mono_bold_20": {
33
"sources": [
44
{
5-
"file": "JetBrainsMono-Bold.ttf",
5+
"file": "NotoSans-Bold.ttf",
66
"range": "0x20-0x7e, 0x410-0x44f, 0xB0"
77
},
88
{
@@ -11,13 +11,12 @@
1111
}
1212
],
1313
"bpp": 1,
14-
"size": 20,
15-
"patches": ["jetbrains_mono_bold_20.c_zero.patch", "jetbrains_mono_bold_20.c_M.patch"]
14+
"size": 20
1615
},
1716
"jetbrains_mono_42": {
1817
"sources": [
1918
{
20-
"file": "JetBrainsMono-Regular.ttf",
19+
"file": "NotoSans-Regular.ttf",
2120
"range": "0x25, 0x2b, 0x2d, 0x2e, 0x30-0x3a, 0x43, 0x46, 0x4b-0x4d, 0x66, 0x69, 0x6b, 0x6d, 0x74, 0xb0"
2221
}
2322
],
@@ -27,7 +26,7 @@
2726
"jetbrains_mono_76": {
2827
"sources": [
2928
{
30-
"file": "JetBrainsMono-Light.ttf",
29+
"file": "NotoSans-Light.ttf",
3130
"range": "0x25, 0x2D, 0x2F, 0x30-0x3a, 0x43, 0x46, 0xb0"
3231
}
3332
],
@@ -37,7 +36,7 @@
3736
"jetbrains_mono_extrabold_compressed": {
3837
"sources": [
3938
{
40-
"file": "JetBrainsMono-ExtraBold.ttf",
39+
"file": "NotoSans-ExtraBold.ttf",
4140
"range": "0x30-0x3a"
4241
}
4342
],

src/displayapp/fonts/jetbrains_mono_bold_20.c_M.patch

-8
This file was deleted.

src/displayapp/fonts/jetbrains_mono_bold_20.c_zero.patch

-6
This file was deleted.

0 commit comments

Comments
 (0)