폰트비.

펴진고딕

서지환(엔파피)3개 굵기

미리보기

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

볼드

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

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

레귤러

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

레귤러 · @font-face
@font-face {
    font-family: 'PyeojinGothic-Regular';
    src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/Notforall/PyeojinGothic-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

라이트

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

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

사용 범위

라이선스 안내

사용 범위는 pretendard와 동일합니다.SIL 오픈 폰트 라이선스글꼴 단독 판매를 제외한 모든 상업적 행위 및 수정, 재배포가 가능합니다.

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