Skip to content

Instantly share code, notes, and snippets.

@thefuxia
Created September 8, 2010 19:52
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 thefuxia/570716 to your computer and use it in GitHub Desktop.
Save thefuxia/570716 to your computer and use it in GitHub Desktop.
Opera User Stylesheet for monospace elements
@charset "utf-8";
/* Name: monospace: Consolas */
pre, code, samp, var,
.code, .pre,
textarea
{
font-family: Consolas,
/* make unicode characters work: */
'Lucida Sans Unicode',
'Arial Unicode MS'
!important;
/* @see http://my.opera.com/ODIN/blog/2010/06/25/o-vendor-prefixed-css-supported-in-opera-10-50 */
-o-tab-size: 4 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment