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; } | ||
− | + | body { | |
− | font-family: Noto Sans | + | font-family: 'Noto Sans KR', sans-serif; |
− | + | 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;
}