From eded6508601c83de34ece0c2766bfdcb33680c19 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Thu, 2 Mar 2023 23:59:07 -0700 Subject: add Custom Fonts section to Font Support page that refers to Use Custom Fonts page --- docs/modules/theme/pages/font-support.adoc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/modules') 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. -- cgit v1.2.3