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

5번째 줄: 5번째 줄:
  
 
body {
 
body {
font-family: 'Noto Sans KR', sans-serif;
+
font-family: 'Noto Sans KR', sans-serif!important;
 
font-size: 0.95rem;
 
font-size: 0.95rem;
 
}
 
}

2019년 1월 10일 (목) 20:32 판

/* 이 CSS 설정은 리버티 스킨을 사용하는 사용자에게 적용됩니다 */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:700,900&subset=korean');

#mw-content-text { clear: both; }

body {
	font-family: 'Noto Sans KR', sans-serif!important;
	font-size: 0.95rem;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
}