19번째 줄: 19번째 줄:
 
   max-height: 300px;
 
   max-height: 300px;
 
   overflow-y: scroll;
 
   overflow-y: scroll;
 +
}
 +
 +
.wikiEditor-ui {
 +
  font-family: monospace !important;
 
}
 
}

2020년 8월 1일 (토) 23:15 판

* {
    font-family: 'Noto Sans KR','Noto Sans','Noto Sans CJK KR','Spoqa Han Sans','NanumBarunGothic','Nanum Gothic','KoPub Dotum','Malgun Gothic','맑은 고딕',sans-serif !important;
}

.Liberty .nav-wrapper {
	box-shadow: none;
}

.header-ads {
    height: 90px !important;
    overflow: hidden;
}

.title h1 {
	overflow-wrap: break-word;
}

.toc > ul {
  max-height: 300px;
  overflow-y: scroll;
}

.wikiEditor-ui {
  font-family: monospace !important;
}