summaryrefslogtreecommitdiff
path: root/src/displayapp/fonts/README.md
diff options
context:
space:
mode:
authorYehoshua Pesach Wallach <yehoshuapw@gmail.com>2022-04-27 18:26:47 +0300
committerJF <JF002@users.noreply.github.com>2022-05-10 22:20:02 +0200
commit4fba1ac5ce9c60e8e55d35faaf041ef9ee159ce5 (patch)
tree22760a1857995835ff09a5ef9ccfe74a51a6184e /src/displayapp/fonts/README.md
parent27e598f3fa2748c81a2d6b14e765d8a96c4e2459 (diff)
fontgen: remove double-asterisk in readme
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 92270f29..0a39f5ab 100644
--- a/src/displayapp/fonts/README.md
+++ b/src/displayapp/fonts/README.md
@@ -8,7 +8,7 @@
* Browse [this cheatsheet](https://fontawesome.com/cheatsheet/free/solid) and pick symbols
* For each symbol, add its hex code (0xf641 for the 'Ad' icon, for example) to the *Range* list (or the symbol list when its simple enough) in the `fonts.json` file
-* * Convert this hex value into a UTF-8 code
+* Convert this hex value into a UTF-8 code
using [this site](http://www.ltg.ed.ac.uk/~richard/utf-8.cgi?input=f185&mode=hex)
* Define the new symbols in `src/displayapp/screens/Symbols.h`: