Skip to content

Commit

Permalink
update description of required characters in font to support converter
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Nov 27, 2023
1 parent 8436672 commit b069654
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/modules/theme/pages/prepare-custom-font.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ Below are the non-Latin characters (identified by Unicode code point) on which A
You need to ensure these glyphs are present in your prepared font or configure a fallback font that provides them.

//* \ufeff - zero width no-break space
* \u00a0 - no-break space
* \u00a0 - no-break space (used by converter to preserve indentation in code blocks)
* \u200b - zero width space (used for line break hints)
* \u000a - line feed character (zero width)
* \u2009 - thin spaced (used in the button UI element)
* \u000a - line feed character (used to indicate the location of a hard line break; has zero width)
* \u2009 - thin space (used for space in the button UI element)
* \u202f - narrow no-break space (used in the keybinding UI element)
* \u2011 - non-breaking hyphen
* \u2011 - non-breaking hyphen (used for hyphenation; not required if hyphenation not in use)
* \u2022 - disc (used for first-level unordered list level)
* \u25e6 - circle (used for second-level unordered list level)
* \u25aa - square (used for third-level unordered list level)
Expand Down

0 comments on commit b069654

Please sign in to comment.