From 9e18c23aac6f3ca283f3e254a382ae19b6b9d378 Mon Sep 17 00:00:00 2001 From: Riku Isokoski Date: Fri, 13 May 2022 21:34:08 +0300 Subject: Lighten the large font for a more balanced look Add Jetbrains Mono Light font --- src/displayapp/fonts/JetBrainsMono-Light.ttf | Bin 0 -> 205672 bytes src/displayapp/fonts/fonts.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 src/displayapp/fonts/JetBrainsMono-Light.ttf diff --git a/src/displayapp/fonts/JetBrainsMono-Light.ttf b/src/displayapp/fonts/JetBrainsMono-Light.ttf new file mode 100644 index 00000000..dba79a74 Binary files /dev/null and b/src/displayapp/fonts/JetBrainsMono-Light.ttf 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" } ], -- cgit v1.2.3-70-g09d2