사용자 도구

사이트 도구


intellij_idea:markdown

IntelliJ Markdown Plugin

Custom CSS

  • Intellij 기본 CSS
  • 글꼴이 이상할 경우, 다음과 같이 Custom CSS 를 설정해준다.
body {
    font-family: 나눔고딕,NanumGothic,돋움,Dotum;
    font-size: 80% !important;
}
 
code,
kbd,
pre {
    font-family: D2Coding;
}
intellij_idea/markdown.txt · 마지막으로 수정됨: 2020/07/22 16:04 저자 kwon37xi