Skip to content

Instantly share code, notes, and snippets.

.fa, .file_icon:before, .folder_icon:before, .notebook_icon:before, i.fa.fa-folder, i.fa.fa-icon {
-moz-osx-font-smoothing: grayscale;
text-rendering: auto
}
a, body, div.body {
font-family: Lato, sans-serif;
color: #303030
}
@eduardojvieira
eduardojvieira / custom.css
Created October 1, 2017 13:52
My Jupyter notebook theme using serif and Operator Mono font. custom.css
@font-face {
font-family: "OperatorMono";
font-weight: normal;
font-style: normal;
src: local('"OperatorMono"'), url('fonts/OperatorMono-Medium.otf');
}
@font-face {
font-family: "OperatorMono-italic";
font-weight: normal;
font-style: normal;