Skip to content

Instantly share code, notes, and snippets.

@aveao
Last active December 15, 2021 15:55
Show Gist options
  • Select an option

  • Save aveao/ffed883ce591420da09586ff4416a23f to your computer and use it in GitHub Desktop.

Select an option

Save aveao/ffed883ce591420da09586ff4416a23f to your computer and use it in GitHub Desktop.
comic sans github
@-moz-document domain("github.com") {
body,
.markdown-body {
font-family: "Comic Sans MS";
}
code,
pre,
.blob-code,
.blob-code-inner,
.text-mono,
.input-monospace,
.CodeMirror-lines,
.commit-desc pre,
.file-info {
font-family: "Comic Code" !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment