폰트비.

Gothic A1

한양정보통신3개 굵기

미리보기

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

볼드

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

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

미디엄

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

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

라이트

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

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

사용 범위

라이선스 안내

These fonts are licensed under the Open Font License.You can use them in your products & projects – print or digital, commercial or otherwise.This isn't legal advice, please consider consulting a lawyer and see the full license for all details.

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