diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2024-02-18 01:41:08 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2024-02-18 01:41:40 -0700 |
| commit | e248d314260ed08bbf273f7da68a553a855e90ba (patch) | |
| tree | 71ac40f67e843c5130af6e291f85fa4afc1bd6f5 | |
| parent | 2aac71f047dc1363113a8d442aa6c682b742da88 (diff) | |
cite PDF specification in section about AFM fonts
| -rw-r--r-- | docs/modules/theme/pages/font-support.adoc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/modules/theme/pages/font-support.adoc b/docs/modules/theme/pages/font-support.adoc index dd341823..94eeeec9 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] |
