MediaWiki:Common.css: Difference between revisions
From IT위키
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
} | } | ||
h1, h2, h3, h4, h5, h6, mw- | .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt { | ||
font-family: 'IBM Plex Sans KR', sans-serif; | font-family: 'IBM Plex Sans KR', sans-serif !important; | ||
} | } |
Revision as of 22:25, 25 June 2022
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@500&family=Nanum+Gothic:wght@400;700&display=swap');
body {
font-family: 'Nanum Gothic', sans-serif;
}
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt {
font-family: 'IBM Plex Sans KR', sans-serif !important;
}