미디어위키:Common.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
@font-face {
    font-family: 'HanjinGroupSans-Regular';
    src:url('./fonts/HanjinGroupSans-Regular.ttf') format('woff'),
        url('./fonts/HanjinGroupSans-Regular.ttf') format('woff2');
    /* 이런식으로 weight를 지정해서 사용할 수도 있다!*/
    /* font-weight: 400; */
}


@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+CJK&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+CJK&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gowun+Dodum&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gowun+Dodum&display=swap");
body { font-family: 'Noto Sans CJK', 'Apple SD Gothic Neo', 'Hahmlet', 'Noto Serif KR', 'Noto Sans KR', 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif; font-size: 0.98em; color: #000; /* background: #fff; */ }
body { font-family: 'HanjinGroupSans-Regular', 'Noto Sans CJK', 'Apple SD Gothic Neo', 'Hahmlet', 'Noto Serif KR', 'Noto Sans KR', 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif; font-size: 0.98em; color: #000; /* background: #fff; */ }


/* 비주얼에디터 */
/* 비주얼에디터 */