/* IPython notebook specific changes */ @font-face { font-family: "xkcd"; src: url('xkcd.otf'); } div.cell { border: 2px solid black; margin-top: 10px; margin-bottom: 10 px; } .CodeMirror {font-family: xkcd; font-size: 120%} .rendered_html {font-family: xkcd; font-size: 120%} pre {font-family: xkcd; font-size: 120%} .rendered_html table {border: 2px solid black;} .rendered_html tr {border: 2px solid black;} .rendered_html th {border: 2px solid black; padding: 0.45em 1em;} .rendered_html td {border: 2px solid black; padding: 0.45em 1em;} div.prompt {font-family: xkcd; font-size: 120%} div.output_area pre {font-family: xkcd; font-size: 120%} /* Nikola specific changes */ h1, h2, h3, h4, h5, h6, h7 { font-family: xkcd; } p, a, small, li { font-family: xkcd; } .footerbox { font-family: xkcd; } img, iframe { border: 2px solid black; }