summaryrefslogtreecommitdiff
path: root/src/displayapp/fonts/Readme.md
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2020-12-01 20:39:44 (GMT)
committerGitHub <noreply@github.com>2020-12-01 20:39:44 (GMT)
commitc87de415b28710ec0f5a504fe4720402b9be5ebc (patch)
tree9f0139979df9c847fe7db3eee7cfc01e43bea8b8 /src/displayapp/fonts/Readme.md
parent737a7e57ca803108d773b6e1fa6fc4175d57730a (diff)
parentc25fd2e37f09ab2b623bae510d6258c9075fe844 (diff)
Merge pull request #128 from AirHamster/cyrillic-font
Add Cyrillic symbols into jetbrains font
Diffstat (limited to 'src/displayapp/fonts/Readme.md')
-rw-r--r--src/displayapp/fonts/Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/fonts/Readme.md b/src/displayapp/fonts/Readme.md
index 7ebf2e2..a5eec64 100644
--- a/src/displayapp/fonts/Readme.md
+++ b/src/displayapp/fonts/Readme.md
@@ -9,7 +9,7 @@
* Size : 20
* Bpp : 1 bit-per-pixel
* Do not enable font compression and horizontal subpixel hinting
- * Load the file `JetBrainsMono-Bold.woff` and specify the following range : `0x20-0x7f`
+ * Load the file `JetBrainsMono-Bold.woff` and specify the following range : `0x20-0x7f, 0x410-0x44f`
* Add a 2nd font, load the file `FontAwesome5-Solid+Brands+Regular.woff` and specify the following range : `0xf293, 0xf294, 0xf244, 0xf240, 0xf242, 0xf243, 0xf241, 0xf54b, 0xf21e, 0xf1e6, 0xf54b, 0xf017, 0xf129, 0xf03a, 0xf185, 0xf560, 0xf001, 0xf3fd, 0xf069, 0xf1fc`
* Click on Convert, and download the file `jetbrains_mono_bold_20.c` and copy it in `src/DisplayApp/Fonts`