diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2022-05-13 21:34:08 +0300 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2022-06-06 21:28:03 +0200 |
| commit | 9e18c23aac6f3ca283f3e254a382ae19b6b9d378 (patch) | |
| tree | f6fe4e679779b49bd53e228235b806804fefd510 /src/displayapp/fonts/fonts.json | |
| parent | 12d4bc4139aa3427782999166915f9d3899a4ed8 (diff) | |
Lighten the large font for a more balanced look
Add Jetbrains Mono Light font
Diffstat (limited to 'src/displayapp/fonts/fonts.json')
| -rw-r--r-- | src/displayapp/fonts/fonts.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" } ], |
