원티드산스
크기
32px
라이선스
SIL Open Font License 1.1
원티드산스는 개인 및 기업 사용자 모두에게 무료로 제공되며 자유롭게 수정 및 재배포가 가능합니다.
웹사이트, 광고, 영상, 인쇄물 등 모든 상업적 목적으로 제한 없이 사용할 수 있습니다. 단, 글꼴 자체를 유료로 판매하는 행위는 금지됩니다.
원티드산스는 개인 및 기업 사용자 모두에게 무료로 제공되며 자유롭게 수정 및 재배포가 가능합니다.
웹사이트, 광고, 영상, 인쇄물 등 모든 상업적 목적으로 제한 없이 사용할 수 있습니다. 단, 글꼴 자체를 유료로 판매하는 행위는 금지됩니다.
제작사
원티드랩 / 길형진 (orioncactus)
커리어 플랫폼 '원티드'가 기획하고 서체 디자이너 길형진이 제작한 가독성과 심미성을 동시에 갖춘 비즈니스 최적화 고딕 서체입니다.
웹폰트 사용 코드
🎨 CSS @font-face
@font-face {
font-family: 'WantedSansExtraBlack';
src: url('https://cdn.jsdelivr.net/gh/whyno2617/whyno_freefont@main/WantedSans/WantedSans-ExtraBlack.woff2') format('woff2');
font-weight: 950;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'WantedSansBlack';
src: url('https://cdn.jsdelivr.net/gh/whyno2617/whyno_freefont@main/WantedSans/WantedSans-Black.woff2') format('woff2');
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'WantedSansExtraBold';
src: url('https://cdn.jsdelivr.net/gh/whyno2617/whyno_freefont@main/WantedSans/WantedSans-ExtraBold.woff2') format('woff2');
font-weight: 800;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'WantedSansBold';
src: url('https://cdn.jsdelivr.net/gh/whyno2617/whyno_freefont@main/WantedSans/WantedSans-Bold.woff2') format('woff2');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'WantedSansSemiBold';
src: url('https://cdn.jsdelivr.net/gh/whyno2617/whyno_freefont@main/WantedSans/WantedSans-SemiBold.woff2') format('woff2');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'WantedSansMedium';
src: url('https://cdn.jsdelivr.net/gh/whyno2617/whyno_freefont@main/WantedSans/WantedSans-Medium.woff2') format('woff2');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'WantedSansRegular';
src: url('https://cdn.jsdelivr.net/gh/whyno2617/whyno_freefont@main/WantedSans/WantedSans-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}
💻 HTML 적용 예시
<p style="font-family: 'WantedSansExtraBlack', sans-serif;">ExtraBlack — 원티드산스로 텍스트를 표시합니다.</p> <p style="font-family: 'WantedSansBold', sans-serif;">Bold — 원티드산스로 텍스트를 표시합니다.</p> <p style="font-family: 'WantedSansSemiBold', sans-serif;">SemiBold — 원티드산스로 텍스트를 표시합니다.</p> <p style="font-family: 'WantedSansRegular', sans-serif;">Regular — 원티드산스로 텍스트를 표시합니다.</p>
댓글
댓글 쓰기