폰트비.

이사만루체

공게임즈3개 굵기

미리보기

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

볼드

다람쥐 헌 쳇바퀴에 타고파 AaBbCc 0123

볼드 · @font-face
@font-face {
    font-family: 'GongGothicBold';
    src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/Gonggames/GongGothicBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

미디엄

다람쥐 헌 쳇바퀴에 타고파 AaBbCc 0123

미디엄 · @font-face
@font-face {
    font-family: 'GongGothicMedium';
    src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/Gonggames/GongGothicMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

라이트

다람쥐 헌 쳇바퀴에 타고파 AaBbCc 0123

라이트 · @font-face
@font-face {
    font-family: 'GongGothicLight';
    src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/Gonggames/GongGothicLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

사용 범위

라이선스 안내

이사만루체의 지적 재산권 및 모든 권리는 (주)공게임즈에 있습니다.상업적 용도를 포함하여 누구나 자유롭게 사용할 수 있으나, 임의로 수정하여 유료로 판매하는 것은 금지합니다.

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