[ **up: [[Typography]] | [[CSS]] ** ]
---
# Small caps
Coded via [[CSS]],[^1] as in:
`<span style="font-variant: small-caps;">the sacred discourse</span>`
which produces:
<span style="font-variant: small-caps;">the sacred discourse</span>
---
[^1]: robertspierre \[pseud.], ‘Native HTML tag for small caps’, *stack overflow*, last modified 25 October 2023, https://stackoverflow.com/questions/77356874/native-html-tag-for-small-caps.