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


공공정책 위키 시작하기

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

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


* { font-family: 나눔고딕, '맑은 고딕'; }
body { font-family: 나눔고딕, '맑은 고딕'; }
 
#content h1, content h2 { 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;
}

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

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

body { font-family: 나눔고딕, '맑은 고딕'; }
#content h1, content h2 { font-family: 나눔명조, '명조';}