공공정책 위키(Public Policy Wiki)에 오신 것을 환영합니다
미디어위키:Common.css: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
Pathfinderik (토론 | 기여) 편집 요약 없음 태그: 되돌려진 기여 |
Pathfinderik (토론 | 기여) 편집 요약 없음 태그: 되돌려진 기여 |
||
12번째 줄: | 12번째 줄: | ||
#content h1, | #content h1, | ||
#content h2 { | #content h2 { | ||
font-family: "Noto | font-family: "Noto Sans", sans-serif; | ||
} | } |
2023년 7월 12일 (수) 12:43 판
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
@import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif ');
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
body {
font-family: "Noto Sans", sans-serif;
}
/* Changes the default font used for MediaWiki headings to Noto Serif: */
#content h1,
#content h2 {
font-family: "Noto Sans", sans-serif;
}