본문으로 이동
메뉴 여닫기
  • 33 문서
  • 239 파일
  • 1 사용자
  • 928 편집
에이펙스 한국어 위키
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.

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

에이펙스 한국어 위키
잔글편집 요약 없음
폰트 변경
8번째 줄: 8번째 줄:


/* 폰트 변경 */
/* 폰트 변경 */
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}
body, #content, .mw-body {
body, #content, .mw-body {
     font-family: 'Pretendard', sans-serif !important;
     font-family: 'Noto Sans KR', sans-serif !important;
}
}

2026년 8월 27일 (목) 09:30 판

/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
/* 큰 이미지를 반응형 100%로 만드는 클래스 */
.responsive-big-img img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

/* 폰트 변경 */
body, #content, .mw-body {
    font-family: 'Noto Sans KR', sans-serif !important;
}