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

217 바이트 제거됨 ,  2025년 3월 28일 (금)
편집 요약 없음
편집 요약 없음
편집 요약 없음
3번째 줄: 3번째 줄:
@font-face {
@font-face {
     font-family: 'HanjinGroupSans';
     font-family: 'HanjinGroupSans';
     src:url('./fonts/HanjinGroupSans-Light.ttf') format('woff'), url('./fonts/HanjinGroupSans-Light.ttf') format('woff2');
     src:url('./fonts/HanjinGroupSans-Light.woff');
     font-weight: 300;
     font-weight: 300;
}
}
9번째 줄: 9번째 줄:
@font-face {
@font-face {
     font-family: 'HanjinGroupSans';
     font-family: 'HanjinGroupSans';
     src:url('./fonts/HanjinGroupSans-Regular.ttf') format('woff'), url('./fonts/HanjinGroupSans-Regular.ttf') format('woff2');
     src:url('./fonts/HanjinGroupSans-Regular.woff');
     font-weight: 500;
     font-weight: 500;
}
}
15번째 줄: 15번째 줄:
@font-face {
@font-face {
     font-family: 'HanjinGroupSans';
     font-family: 'HanjinGroupSans';
     src:url('./fonts/HanjinGroupSans-Bold.ttf') format('woff'), url('./fonts/HanjinGroupSans-Bold.ttf') format('woff2');
     src:url('./fonts/HanjinGroupSans-Bold.woff');
     font-weight: 700;
     font-weight: 700;
}
}