Skip to content

Instantly share code, notes, and snippets.

@aarongustafson
Created October 14, 2010 20:28
Show Gist options
  • Save aarongustafson/626985 to your computer and use it in GitHub Desktop.
Save aarongustafson/626985 to your computer and use it in GitHub Desktop.
Code highlighting issue with Chrome's treatment of small-capped custom fonts
.full-article .masthead h1 {
font-size: 32px;
font-variant: small-caps;
line-height: 1;
margin: 0px;
}
h1 {
font-family: 'IM Fell English', Georgia, serif;
font-weight: normal;
}
<section class="masthead">
<span class="category">Category: Vehicle Emergencies</span>
<ul class="share">
<li class="buzz"><a href="#buzz" title="Buzz">Buzz</a></li>
<li class="facebook"><a href="#facebook" title="Facebook">Facebook</a></li>
<li class="twitter"><a href="#twitter" title="Twitter">Twitter</a></li>
<li class="email"><a href="#email" title="Email">Email</a></li>
</ul>
<h1>The Daily Survivor</h1>
<h2>Thursday, October 14, 2010</h2>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment