diff options
| -rw-r--r-- | docs/modules/theme/pages/fallback-font.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/theme/pages/fallback-font.adoc b/docs/modules/theme/pages/fallback-font.adoc index 8d1c3e01..edbc41a4 100644 --- a/docs/modules/theme/pages/fallback-font.adoc +++ b/docs/modules/theme/pages/fallback-font.adoc @@ -1,6 +1,6 @@ = Fallback Fonts -If a TrueType font is missing a character needed to render the document, such as a special symbol or emoji, you can have Asciidoctor PDF look for the character in a fallback font. +If a TrueType font (not an AFM font) is missing a character needed to render the document, such as a special symbol or emoji, you can have Asciidoctor PDF look for the character in a fallback font. You only need to specify a single fallback font, typically one that provides a full set of symbols. If the character isn't found in the fallback font, it will mostly likely be replaced by a box (i.e., the notdef glyph), which is guaranteed if you're using the bundled fallback font. |
