폰트비.

코레일 둥근고딕

코레일3개 굵기

미리보기

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

볼드

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

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

미디엄

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

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

라이트

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

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

사용 범위

라이선스 안내

코레일 서체는 누구나 무료로 다운로드 받아 자유롭게 사용 가능합니다.다만 코레일 서체의 판매, 유상양도, 무단배포 등의 행위는 금지하고있습니다.

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