I am working with a very basic markup
<h1>
<a href="#">
My Title
</a>
</h1>
and I have this CSS applied
h1 {
font-variant: small-caps;
}
You can see the result on this jsfiddle link.
The problem arises when using Twitter Bootstrap. The text appears without the font-variant
styling being applied.
I am certain that Bootstrap is causing this issue, as removing it restores the expected text rendering. Any suggestions or workarounds for this?
This is tested on Chrome version 26.0.1410.64