Skip to content

Instantly share code, notes, and snippets.

@maxvipon
Created October 8, 2012 10:25
Show Gist options
  • Save maxvipon/3851843 to your computer and use it in GitHub Desktop.
Save maxvipon/3851843 to your computer and use it in GitHub Desktop.
CSS: Text indent (font crushing)
.ir {
border: 0;
font: 0/0 a;
text-shadow: none;
color: transparent;
background-color: transparent;
}
@maxvipon
Copy link
Author

maxvipon commented Oct 8, 2012

Example of the three different methods: http://jsfiddle.net/necolas/QZvYa/show/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment