From e248d314260ed08bbf273f7da68a553a855e90ba Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Sun, 18 Feb 2024 01:41:08 -0700 Subject: [PATCH] cite PDF specification in section about AFM fonts --- docs/modules/theme/pages/font-support.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/modules/theme/pages/font-support.adoc b/docs/modules/theme/pages/font-support.adoc index dd341823c..94eeeec98 100644 --- a/docs/modules/theme/pages/font-support.adoc +++ b/docs/modules/theme/pages/font-support.adoc @@ -38,7 +38,9 @@ The names of the built-in fonts (for general-purpose text) are as follows: |=== Using a built-in font requires no additional files. -You can use the key anywhere a `font-family` property is accepted in the theme file. +According to the section "`Standard Type 1 Fonts`" in the PDF specification, "`these fonts, or their font metrics and suitable substitution fonts, shall be available to the conforming reader.`" + +You can use an AFM font anywhere a `font-family` key is recognized in the theme file. For example: [,yaml]