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

편집 요약 없음
편집 요약 없음
5번째 줄: 5번째 줄:
}
}


pre {
.CodeMirror-line {
font-family: 'Sapota', monospace;
font-family: 'Sapota', monospace;
}
}

2022년 11월 27일 (일) 12:14 판

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

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

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