공공정책 위키(Public Policy Wiki)에 오신 것을 환영합니다


공공정책 위키 시작하기

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

Public Policy Wiki
둘러보기로 이동 검색으로 이동
Pathfinderik (토론 | 기여)
편집 요약 없음
태그: 되돌려진 기여
Pathfinderik (토론 | 기여)
편집 요약 없음
태그: 수동 되돌리기
1번째 줄: 1번째 줄:
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
/* 이 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;
}

2023년 7월 12일 (수) 12:41 판

/* 이 CSS 설정은 모든 스킨에 적용됩니다 */