"미디어위키:Common.css"의 두 版 사이의 差異

編輯 要約 없음
(李!(이!) (토론)의 306판 편집을 되돌림)
태그: 編輯(편집) 取消(취소)
1番째 줄: 1番째 줄:
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
@font-face {
@import url('/files/Han-NomGothic/stylesheet.css');
    font-family: 'Han-Nom Gothic';
    src: url('/files/Han-NomGothic/Han-NomGothic.eot');
    src: url('/files/Han-NomGothic/Han-NomGothic.eot?#iefix') format('embedded-opentype'),
        url('/files/Han-NomGothic/Han-NomGothic.woff2') format('woff2'),
        url('/files/Han-NomGothic/Han-NomGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body, h1, h2, h3, h4, h5, h6 {
body, h1, h2, h3, h4, h5, h6 {
  font-family:'Apple SD Gothic Neo','Spoqa Han Sans','SpoqaHanSans','Noto Sans KR','Noto Sans','Noto Sans CJK KR','NanumBarunGothic','Nanum Gothic','KoPub Dotum','Malgun Gothic','맑은 고딕','Han-Nom Gothic',sans-serif;
  font-family:'Apple SD Gothic Neo','Spoqa Han Sans','SpoqaHanSans','Noto Sans KR','Noto Sans','Noto Sans CJK KR','NanumBarunGothic','Nanum Gothic','KoPub Dotum','Malgun Gothic','맑은 고딕','Han-Nom Gothic',sans-serif;
  margin:0
  margin:0
}
}

2020年8月28日(金)07時46分 版

/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
@import url('/files/Han-NomGothic/stylesheet.css');
body, h1, h2, h3, h4, h5, h6 {
 font-family:'Apple SD Gothic Neo','Spoqa Han Sans','SpoqaHanSans','Noto Sans KR','Noto Sans','Noto Sans CJK KR','NanumBarunGothic','Nanum Gothic','KoPub Dotum','Malgun Gothic','맑은 고딕','Han-Nom Gothic',sans-serif;
 margin:0
}