주피터 폰트 - noweaver/odds-and-ends GitHub Wiki

$ vi ~/.jupyter/custom/custome.css

.CodeMirror pre {font-family: D2Coding, Consolas; font-size: 12pt; line-height: 140%;}
// 아래 설정하면 노트북 와이드하게 됨. 그래서 TOC 플러그인 하면 좌우 스크롤 생겨서 불편함
//.container { width:100% !important; }
div.output pre{
    font-family: D2Coding, Consolas;
    font-size: 12pt;
}

wq!