編輯 要約 없음 |
編輯 要約 없음 |
||
| 1番째 줄: | 1番째 줄: | ||
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */ | /* 이 CSS 설정은 모든 스킨에 적용됩니다 */ | ||
@import url('https://wiki. | @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Sans+KR&family=Noto+Sans+SC&display=swap'); | ||
@import url('https://wiki.xn--9cs231j0ji.xn--p8s937b.net/files/Han-NomGothic/stylesheet.css'); | |||
body, h1, h2, h3, h4, h5, h6 { | body, h1, h2, h3, h4, h5, h6 { | ||
font-family: | font-family: 'Noto Sans KR', 'Noto Sans JP', 'Noto Sans SC', 'Han-Nom Gothic', sans-serif; | ||
margin:0 | margin:0; | ||
} | } | ||
code, kbd, pre, samp { | code, kbd, pre, samp { | ||
font-family:Menlo,Monaco,Consolas,"Courier New",'Han-Nom Gothic',monospace | font-family: Menlo, Monaco, Consolas, "Courier New", 'Han-Nom Gothic', monospace | ||
} | } | ||
.mw-editfont-monospace { | .mw-editfont-monospace { | ||
font-family:monospace,'Han-Nom Gothic',monospace | font-family: monospace, 'Han-Nom Gothic', monospace | ||
} | } | ||
2021年 1月 21日 (木) 21:45 版
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Sans+KR&family=Noto+Sans+SC&display=swap');
@import url('https://wiki.xn--9cs231j0ji.xn--p8s937b.net/files/Han-NomGothic/stylesheet.css');
body, h1, h2, h3, h4, h5, h6 {
font-family: 'Noto Sans KR', 'Noto Sans JP', 'Noto Sans SC', 'Han-Nom Gothic', sans-serif;
margin:0;
}
code, kbd, pre, samp {
font-family: Menlo, Monaco, Consolas, "Courier New", 'Han-Nom Gothic', monospace
}
.mw-editfont-monospace {
font-family: monospace, 'Han-Nom Gothic', monospace
}
.noruby ruby.hanja > rp {
display: none !important;
}
.noruby ruby.hanja > rt {
display: none !important;
}
.tp_link a:active {
color: inherit !important;
}
.tp_link a:hover {
color: inherit !important;
}
.tp_link a:link {
color: inherit !important;
}
.tp_link a:visited {
color: inherit !important;
}