폰트비.

고신고딕

고대신문사4개 굵기

미리보기

각 굵기 아래 @font-face 코드를 복사해 CSS에 붙여넣으면 바로 웹폰트로 쓸 수 있어요.

레귤러

고대신문 지면에서 걸어 나온 고딕
레귤러 · @font-face
@font-face {
    font-family: 'KosinGothic-Regular';
    src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/KuNews/KosinGothic-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

세미볼드

고대신문 지면에서 걸어 나온 고딕
세미볼드 · @font-face
@font-face {
    font-family: 'KosinGothic-SemiBold';
    src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/KuNews/KosinGothic-SemiBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

볼드

고대신문 지면에서 걸어 나온 고딕
볼드 · @font-face
@font-face {
    font-family: 'KosinGothic-Bold';
    src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/KuNews/KosinGothic-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

엑스트라볼드

고대신문 지면에서 걸어 나온 고딕
엑스트라볼드 · @font-face
@font-face {
    font-family: 'KosinGothic-ExtraBold';
    src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/KuNews/KosinGothic-ExtraBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

사용 범위

라이선스 안내

SIL 오픈 폰트 라이선스(OFL)를 따르며, 개인적·상업적 이용이 모두 가능합니다.폰트 파일의 수정·복제·재배포가 가능하나, 폰트 파일 자체의 유료 판매는 금지됩니다.자세한 내용은 저작권자 배포 페이지(https://kunews.github.io/GoshinGothic/)에서 확인하세요.

다운로드 페이지로 이동 (새 창)