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

1번째 줄: 1번째 줄:
 
/* 이 CSS 설정은 리버티 스킨을 사용하는 사용자에게 적용됩니다 */
 
/* 이 CSS 설정은 리버티 스킨을 사용하는 사용자에게 적용됩니다 */
 +
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:700,900&subset=korean');
 +
 
#mw-content-text { clear: both; }
 
#mw-content-text { clear: both; }
  
@font-face {
+
body {
font-family: Noto Sans CJK KR;  
+
font-family: 'Noto Sans KR', sans-serif;
src: url('/w/skins/Liberty/fonts/Noto Sans CJK KR.woff?303') format('woff');
+
font-size: 0.95rem;
 +
}
 +
 
 +
h1, h2, h3, h4, h5, h6 {
 +
font-weight: 900;
 
}
 
}

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

/* 이 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;
	font-size: 0.95rem;
}

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