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

IT위키
편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@500&family=Nanum+Gothic:wght@400;700&display=swap');
body {
body {
   font-family: 'Nanum Gothic', sans-serif;
   font-family: 'Nanum Gothic', sans-serif;
}
h1, h2, h3, h4, h5, h6, mw-headline {
font-family: 'IBM Plex Sans KR', sans-serif;
}
}

2022년 6월 25일 (토) 22:22 판

/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@500&family=Nanum+Gothic:wght@400;700&display=swap');
body {
  font-family: 'Nanum Gothic', sans-serif;
}

h1, h2, h3, h4, h5, h6, mw-headline {
	font-family: 'IBM Plex Sans KR', sans-serif;
}