Quote:
Originally Posted by cybmole
so typesetting 101 question:
in small-caps-done-properly, should there be larger letters to initialise proper nouns, or should everything be in small capitals - all the same size ?
|
Ideally, yes to the first. As a practical matter, I say yes to the second.
I do this:
span.smallcap {
font-size: 90%;
font-weight: bold;
}