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


공공정책 위키 시작하기

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

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


* { font-family: 나눔고딕, '맑은 고딕'; }


@import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif ');
@import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif ');

2023년 7월 12일 (수) 14:47 판

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

* { font-family: 나눔고딕, '맑은 고딕'; }

@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;
}