aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/fonts
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2022-05-13 21:34:08 +0300
committerJF <JF002@users.noreply.github.com>2022-06-06 21:28:03 +0200
commit9e18c23aac6f3ca283f3e254a382ae19b6b9d378 (patch)
treef6fe4e679779b49bd53e228235b806804fefd510 /src/displayapp/fonts
parent12d4bc4139aa3427782999166915f9d3899a4ed8 (diff)
Lighten the large font for a more balanced look
Add Jetbrains Mono Light font
Diffstat (limited to 'src/displayapp/fonts')
-rw-r--r--src/displayapp/fonts/JetBrainsMono-Light.ttfbin0 -> 205672 bytes
-rw-r--r--src/displayapp/fonts/fonts.json2
2 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/fonts/JetBrainsMono-Light.ttf b/src/displayapp/fonts/JetBrainsMono-Light.ttf
new file mode 100644
index 00000000..dba79a74
--- /dev/null
+++ b/src/displayapp/fonts/JetBrainsMono-Light.ttf
Binary files differ
diff --git a/src/displayapp/fonts/fonts.json b/src/displayapp/fonts/fonts.json
index 7a194845..9811f4c5 100644
--- a/src/displayapp/fonts/fonts.json
+++ b/src/displayapp/fonts/fonts.json
@@ -27,7 +27,7 @@
"jetbrains_mono_76": {
"sources": [
{
- "file": "JetBrainsMono-Regular.ttf",
+ "file": "JetBrainsMono-Light.ttf",
"range": "0x25, 0x2D, 0x2F, 0x30-0x3a"
}
],