Skip to content

Instantly share code, notes, and snippets.

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
textarea {
font-family: inherit;
-webkit-font-smoothing: inherit;
}
$(document).ready(function() {
var embedGist = function () {
$('a[href^="https://gist.github.com"]').each(function(i) {
if (writeCapture) {
var wrapper = $("<div></div>");
wrapper.insertAfter(this);
writeCapture.html(wrapper[0], '<script src="'+$(this).attr("href")+'.js"></script>');
$(this).remove();
} else {