summaryrefslogtreecommitdiff
path: root/docs/modules/theme
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-05-03 16:07:06 -0600
committerGitHub <noreply@github.com>2022-05-03 16:07:06 -0600
commit638adc547a01fa9ce48c97d1fd3aebbdfe1e8a11 (patch)
tree398fda71e57fa473d5bb73d1c5540f0efc67eb97 /docs/modules/theme
parent52e3523a7bc3358bd97b96736d542bc1ffc422c7 (diff)
resolves #1192 add support for smallcaps text transform (PR #2131)
- add support for smallcaps value for text-transform in theme - add helper method to do smallcaps translation - add required glyphs to built-in fonts
Diffstat (limited to 'docs/modules/theme')
-rw-r--r--docs/modules/theme/pages/text.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/modules/theme/pages/text.adoc b/docs/modules/theme/pages/text.adoc
index e94d387d..6962ca7f 100644
--- a/docs/modules/theme/pages/text.adoc
+++ b/docs/modules/theme/pages/text.adoc
@@ -54,5 +54,6 @@ It accepts the following keywords:
`none`:: Clears an inherited value and no case transformation is applied to the text.
`lowercase`:: Transforms all the text to lower case letters.
`uppercase`:: Transforms all the text to capital letters.
+`smallcaps`:: Replaces lowercase Latin letters with their small capital variant.
The `text-transform` key can’t be set on the xref:base.adoc[base category].