폰트비.

한림고딕체

한림대학교의료원3개 굵기

미리보기

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

볼드

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

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

미디엄

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

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

레귤러

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

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

사용 범위

라이선스 안내

한림체의 지적재산권은 학교법인일송학원에 있고 기업 및 개인사용자를 포함한 모든 사용자에게 무료로 제공되며 판매하는 것을 제외한 상업적인 사용이 가능합니다.

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