Skip to content

Commit 393cb9f

Browse files
committed
Add a note about unicode codepoints in explorer readme
As one must be provided when adding a custom svg icons.
1 parent 99cdfef commit 393cb9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mithril-explorer/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ In the `./icons` folder add or modify a svg.
3232

3333
If you add a new icon you need to reference and associate it with a codepoint in the `./fantasticonrc.js`
3434
configuration file.
35+
The codepoint must be part of the [unicode private use area](https://www.unicode.org/charts/PDF/UE000.pdf), as
36+
such it must be an integer between 57344 and 63743 (hex: E000-F8FF).
3537

3638
Then rebuild the font:
3739

0 commit comments

Comments
 (0)