Replies: 1 comment 1 reply
-
You need to not only update fonts.json, but also the UTF-8 code in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to replace clock icon (0xF017) with bell icon (0xF0F3). In my opinion the bell icon better describe that it is actually alarm.
https://fontawesome.com/icons/clock?f=classic&s=solid
https://fontawesome.com/icons/bell?f=classic&s=solid
I wanted to prepare pull request and test it on my own, but I wasn't able to make it work. Maybe someone can tell me what I am doing wrong.
I was able to verify that attached fontawesome.ttf contain symbol:
But when I replaced 0xf017 with 0xf0f3 in fonts.json the icon disappeared in InfiniSim.
https://github.com/InfiniTimeOrg/InfiniTime/blob/eac460f03094a357c679c5dede7295aa8b2e1fb1/src/displayapp/fonts/fonts.json#L10C63-L10C69
Beta Was this translation helpful? Give feedback.
All reactions