"Timeless.css"의 두 판 사이의 차이
(같은 사용자의 중간 판 2개는 보이지 않습니다) | |||
2번째 줄: | 2번째 줄: | ||
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic|Noto+Sans+KR'); | @import url('https://fonts.googleapis.com/css?family=Nanum+Gothic|Noto+Sans+KR'); | ||
− | div#content h1, div#content h2, div#content h3 {font-family: " | + | body {font-family: "Nanum Gothic", sans-serif} |
+ | |||
+ | div#content h1, div#content h2, div#content h3 {font-family: "Noto Sans KR", sans-serif} | ||
/* changes the default font used for MediaWiki headings to Noto Serif */ | /* changes the default font used for MediaWiki headings to Noto Serif */ |
2019년 2월 1일 (금) 11:47 기준 최신판
/* CSS placed here will affect users of the Timeless skin */
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic|Noto+Sans+KR');
body {font-family: "Nanum Gothic", sans-serif}
div#content h1, div#content h2, div#content h3 {font-family: "Noto Sans KR", sans-serif}
/* changes the default font used for MediaWiki headings to Noto Serif */