diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2023-03-02 23:59:07 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-03-03 02:07:17 -0700 |
| commit | eded6508601c83de34ece0c2766bfdcb33680c19 (patch) | |
| tree | e4879091d4cb8a43fc1de885833c472543d37e45 /docs/modules/theme/pages | |
| parent | 63a645d31f8f25ca043409ce0b20c2922fccff53 (diff) | |
add Custom Fonts section to Font Support page that refers to Use Custom Fonts page
Diffstat (limited to 'docs/modules/theme/pages')
| -rw-r--r-- | docs/modules/theme/pages/font-support.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/modules/theme/pages/font-support.adoc b/docs/modules/theme/pages/font-support.adoc index 21756981..70bc319d 100644 --- a/docs/modules/theme/pages/font-support.adoc +++ b/docs/modules/theme/pages/font-support.adoc @@ -107,6 +107,10 @@ That means you can extend a default theme and not have to worry about how the bu If you redeclare the bundled fonts in your custom theme, be sure to prefix the path with the `GEM_FONTS_DIR` token. An alternative approach is to include `GEM_FONT_DIR` in the value of the `pdf-fontsdir` attribute separated by the location of your custom fonts using a comma (e.g., `path/to/your/fonts,GEM_FONTS_DIR`) or a semicolon (e.g., `path/to/your/fonts;GEM_FONTS_DIR`). +== Custom Fonts + +To learn how to use a custom font in your theme alongside or in place of built-in or bundled fonts, refer to xref:custom-font.adoc[]. + == Support for non-Latin languages Asciidoctor PDF can process the full range of characters in the UTF-8 character set. |
