|
|
(다른 사용자 한 명의 중간 판 8개는 보이지 않습니다) |
1번째 줄: |
1번째 줄: |
| /* 이 CSS 설정은 모든 스킨에 적용됩니다 */ | | /* 이 CSS 설정은 모든 스킨에 적용됩니다 */ |
| @import url('https://fonts.google.com/noto/specimen/Noto+Sans+KR');
| | white-space:nowrap; |
| @import url('https://fonts.google.com/noto/specimen/Noto+Serif+KR?query=korean');
| |
| | |
| /* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
| |
| body {
| |
| font-family: "Noto Sans", sans-serif;
| |
| }
| |
| | |
| /* Changes the default font used for MediaWiki headings to Noto Serif: */
| |
| #content h1,
| |
| #content h2 {
| |
| font-family: "Noto Serif", serif;
| |
| }
| |
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
white-space:nowrap;