Skip to content

Instantly share code, notes, and snippets.

@mizunototori
Created February 27, 2018 06:08
Show Gist options
  • Select an option

  • Save mizunototori/2890f06377b1d6958376e463b45bd078 to your computer and use it in GitHub Desktop.

Select an option

Save mizunototori/2890f06377b1d6958376e463b45bd078 to your computer and use it in GitHub Desktop.
.jupyter/custom/custom.css
.CodeMirror pre {
font-family: Consolas;
font-size: 12pt;
}
.output_subarea.output_text.output_stream.output_stdout,
.output_subarea.output_text pre {
font-family: Consolas;
font-size: 12pt;
}
.output_area pre {
font-family: Consolas;
font-size: 12pt;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment