미디어위키:Common.css: 두 판 사이의 차이

(새 문서: →‎이 CSS 설정은 모든 스킨에 적용됩니다: div { font-family: 'Sapota', inherit; })
 
편집 요약 없음
 
(같은 사용자의 중간 판 14개는 보이지 않습니다)
1번째 줄: 1번째 줄:
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */


div {
body, tr, td, table, p, h1, h2, h3, h4, h5, h6, b, i {
font-family: 'Sapota', inherit;
font-family: 'Sapota', 'Pretendard', sans-serif;
}
 
.CodeMirror .CodeMirror-line, .CodeMirror .CodeMirror-line-like {
font-family: 'Sapota', monospace !important;
}
}

2022년 11월 27일 (일) 12:41 기준 최신판

/* 이 CSS 설정은 모든 스킨에 적용됩니다 */

body, tr, td, table, p, h1, h2, h3, h4, h5, h6, b, i {
	font-family: 'Sapota', 'Pretendard', sans-serif;
}

.CodeMirror .CodeMirror-line, .CodeMirror .CodeMirror-line-like {
	font-family: 'Sapota', monospace !important;
}