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