10번째 줄: 10번째 줄:
 
.ace_line span,
 
.ace_line span,
 
.ace_scrollbar-h + div > div:last-child {
 
.ace_scrollbar-h + div > div:last-child {
font-family: 'Dank Mono', 나눔바른고딕 옛한글  
+
font-family: Roboto, Arial, sans-serif;옛한글  
 
}
 
}

2020년 12월 24일 (목) 15:35 판

/* 모바일 화면 밀림 현상 해결 명령어 */

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

/* 글꼴 바꾸는 명령어 */
.ace_line,
.ace_line span,
.ace_scrollbar-h + div > div:last-child {
	font-family: Roboto, Arial, sans-serif;옛한글 
}