Skip to content

Instantly share code, notes, and snippets.

@steveliles
Created December 16, 2011 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steveliles/1485303 to your computer and use it in GitHub Desktop.
Save steveliles/1485303 to your computer and use it in GitHub Desktop.
Untitled
* {
text-rendering: optimizelegibility;
}
p {
padding:40px;
font-size:20px;
}
code {
font-family:'Ubuntu Mono';
font-size:20px;
}
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono:700' rel='stylesheet' type='text/css'>
</head>
<body>
<p>Code blocks inside paragraphs like <code>this</code> don't <code>look</code> very <code>nice</code> with text-rendering set to optimizelegibility.</p>
</body>
</html>
{"page":"css","view":"split"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment