IntelliJ Markdown Plugin

Custom CSS

body {
    font-family: 나눔고딕,NanumGothic,돋움,Dotum;
    font-size: 80% !important;
}
 
code,
kbd,
pre {
    font-family: D2Coding;
}