blob: 6f36a028b4ddec4b2005fecd08634d62d3a3df19 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- 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]
|