Skip to content

Instantly share code, notes, and snippets.

@minjejeon
Created July 26, 2016 13:20
Show Gist options
  • Select an option

  • Save minjejeon/df880d3099d7b86d322242da9495857b to your computer and use it in GitHub Desktop.

Select an option

Save minjejeon/df880d3099d7b86d322242da9495857b to your computer and use it in GitHub Desktop.
jupyter custom css
/*
Placeholder for custom user CSS
mainly to be overridden in profile/static/custom/custom.css
This will always be an empty file in IPython
*/
div.text_cell {
font-family: 'Malgun Gothic';
}
div.prompt {
font-family: 'Ubuntu Mono', Consolas, monocco, 'Malgun Gothic';
}
.CodeMirror {
font-family: 'Ubuntu Mono', Consolas, monocco, 'Malgun Gothic';
}
.CodeMirror pre {
font-family: 'Ubuntu Mono', Consolas, monocco, 'Malgun Gothic';
}
.output_subarea {
font-family: 'Ubuntu Mono', Consolas, monocco, 'Malgun Gothic';
}
.output_subarea pre {
font-family: 'Ubuntu Mono', Consolas, monocco, 'Malgun Gothic';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment