mirror of
https://github.com/typst/typst
synced 2025-05-16 01:55:28 +08:00
13 lines
332 B
Typst
13 lines
332 B
Typst
--- smallcaps ---
|
|
// Test smallcaps.
|
|
#smallcaps[Smallcaps]
|
|
|
|
--- smallcaps-show-rule ---
|
|
// There is no dedicated smallcaps font in typst-dev-assets, so we just use some
|
|
// other font to test this show rule.
|
|
#show smallcaps: set text(font: "PT Sans")
|
|
#smallcaps[Smallcaps]
|
|
|
|
#show smallcaps: set text(fill: red)
|
|
#smallcaps[Smallcaps]
|