Adjust Letter Sizes of Small-Caps

[FONT=“Georgia”]Is there anyway to individually style the capital and common letters of a string of text displayed in the small-caps font-variant ?

For example, if the actual text in the source is,[/FONT]
Richard Feynman

I’d like it to display as,
RICHARD FEYNMAN

and not,
RICHARD FEYNMAN

I hope that description made sense [1].

Thanks.

[/FONT]


  1. FONT=“Georgia” ↩︎

[FONT=“Georgia”]text-transform … Never knew about that one before.

Thanks, man :tup:

[/FONT]

font-variant : small-caps; text-transform : lowercase;

text-transform:uppercase would be a better way of making all the letters capitals :slight_smile: