설명 | 내용 |
문서 설명: (description ) This attribute controls the content of the description and og:description elements. | /* 구글 웹폰트 적용 */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500&display=swap'); */
.mw-body { font-family: 'Noto Sans KR', sans-serif !important; }
/* .vector-body, .mw-page-title-main, .mw-page-title-namespace, .mw-body { font-family: 'Noto Sans KR', sans-serif !important; } */
/* .vector-body, .mw-page-title-main, .mw-page-title-namespace, .mw-body { font-family: 'Noto Serif KR', 'Apple SD Gothic Neo', 'Gowun Dodum', 'Hahmlet', 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif !important; } */
/* .vector-body, .mw-page-title-main, .mw-page-title-namespace, .mw-body { font-family: 'Apple SD Gothic Neo', 'Gowun Dodum', 'Hahmlet', 'Noto Serif KR', 'Noto Sans KR', 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif !important; } */
.vector-sticky-header-context-bar-primary { font-family: unset !important; }
.vector-body { font-size: .98em !important; }
wikitable { font-size: 90%; }
.mw-parser-output { font-size: 1em; } /* 비주얼에디터 편집 시 폰트 사이즈 */ |