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

청소년정책위키
편집 요약 없음
태그: 모바일 편집 모바일 웹 편집
편집 요약 없음
태그: 모바일 편집 모바일 웹 편집
5번째 줄: 5번째 줄:
font-family: Pretendard, sans-serif;
font-family: Pretendard, sans-serif;
}
}
.pre-content h1, .content h1, .content h {
div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, ins, em, img, small, strike, strong, sub, sup, tt, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, button, select, audio, video {
font-family: Pretendard, sans-serif;
font-family: Pretendard, sans-serif !important;
}
}


/* [[위키 인터페이스 문서] */
/* [[위키 인터페이스 문서] */

2023년 10월 7일 (토) 16:46 판

/* All CSS here will be loaded for users of the MinervaNeue skin */

/* 폰트 설정 */
html, body, button {
	font-family: Pretendard, sans-serif;
}
div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, ins, em, img, small, strike, strong, sub, sup, tt, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, button, select, audio, video {
	font-family: Pretendard, sans-serif !important;
}

/* [[위키 인터페이스 문서] */