폰트비.

Interop

장해민(jhaemin)3개 굵기

미리보기

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

굵기 1

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

굵기 1 · @font-face
@font-face {
    font-family: 'Interop';
    src: url('https://raw.githubusercontent.com/payw-org/Interop/main/web/fonts/Interop-Bold.woff2') format('woff2'),
    url('https://raw.githubusercontent.com/payw-org/Interop/main/web/fonts/Interop-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

굵기 2

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

굵기 2 · @font-face
@font-face {
    font-family: 'Interop';
    src: url('https://raw.githubusercontent.com/payw-org/Interop/main/web/fonts/Interop-Medium.woff2')
    format('woff2'),
    url('https://raw.githubusercontent.com/payw-org/Interop/main/web/fonts/Interop-Medium.woff')
    format('woff');
    font-weight: 500;
    font-style: normal;
}

굵기 3

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

굵기 3 · @font-face
@font-face {
    font-family: 'Interop';
    src: url('https://raw.githubusercontent.com/payw-org/Interop/main/web/fonts/Interop-Light.woff2')
    format('woff2'),
    url('https://raw.githubusercontent.com/payw-org/Interop/main/web/fonts/Interop-Light.woff')
    format('woff');
    font-weight: 300;
    font-style: normal;
}

사용 범위

라이선스 안내

Copyright (c) 2023 Jang Haemin (jhaemin.com)This Font Software is licensed under the SIL Open Font License, Version 1.1.This license is copied below, and is also available with a FAQ at:http://scripts.sil.org/OFL-----------------------------------------------------------SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007-----------------------------------------------------------라이센스 전문보기

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