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

IT위키
(새 문서: →‎이 CSS 설정은 모든 스킨에 적용됩니다: @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@400;700&display=swap'); body { font-family: 'IBM Plex Sans KR', sans-serif !important; })
 
편집 요약 없음
1번째 줄: 1번째 줄:
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@400;700&display=swap');
body {
* {
font-family: 'IBM Plex Sans KR', sans-serif !important;
font-family: 'IBM Plex Sans KR', sans-serif !important;
}
}

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

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