diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-12-03 15:22:56 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-12-03 15:22:56 -0700 |
| commit | 0d6786e49bbff245cf98f3b15cc2ee2c90ba26ef (patch) | |
| tree | 808276e6b95b29ccf5787a3eaaf42fadb49d08aa /docs/theming-guide.adoc | |
| parent | 4de7729e30372459e47969289fe6208ccba4c1c3 (diff) | |
fix typo in GEM_FONTS_DIR keyword in theming guide
Diffstat (limited to 'docs/theming-guide.adoc')
| -rw-r--r-- | docs/theming-guide.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/theming-guide.adoc b/docs/theming-guide.adoc index 34c16bc5..c7e81e18 100644 --- a/docs/theming-guide.adoc +++ b/docs/theming-guide.adoc @@ -754,7 +754,7 @@ Used as the fallback font in the `default-with-fallback-font` theme. TIP: The default themes in Asciidoctor PDF < 2 do not include the `GEM_FONTS_DIR` prefix in the path of the bundled font files. Therefore, if you want to specify the location of custom fonts using the `pdf-fontsdir` attribute, yet still be able to use the bundled fonts, you need to qualify the path of the bundled fonts using the `GEM_FONTS_DIR` token. -To do so, you can either a) redeclare the bundle fonts in your theme and prefix the path with the segment `GEM_FONTS_DIR` (e.g., `GEM_FONTS_DIR/mplus1p-regular-fallback.ttf`, or b) include `GEM_FONT_DIR` in the value of the `pdf-fontsdir` attribute separated by the location of your custom fonts using a semi-colon (e.g., `"path/to/your/fonts;GEM_FONTS_DIR"`). +To do so, you can either a) redeclare the bundle fonts in your theme and prefix the path with the segment `GEM_FONTS_DIR` (e.g., `GEM_FONTS_DIR/mplus1p-regular-fallback.ttf`, or b) include `GEM_FONTS_DIR` in the value of the `pdf-fontsdir` attribute separated by the location of your custom fonts using a semi-colon (e.g., `"path/to/your/fonts;GEM_FONTS_DIR"`). === Custom Fonts |
