페이퍼로지
크기
32px
라이선스
상업적 이용 가능 (무료)
페이퍼로지 폰트는 개인 및 기업 사용자 모두에게 무료로 제공됩니다.
인쇄물, 광고, 영상, 웹사이트 등 모든 상업적 용도로 자유롭게 활용할 수 있으며, 폰트 파일의 수정 및 재배포가 가능합니다. 단, 폰트 파일 자체를 유료로 판매하는 것은 금지됩니다.
페이퍼로지 폰트는 개인 및 기업 사용자 모두에게 무료로 제공됩니다.
인쇄물, 광고, 영상, 웹사이트 등 모든 상업적 용도로 자유롭게 활용할 수 있으며, 폰트 파일의 수정 및 재배포가 가능합니다. 단, 폰트 파일 자체를 유료로 판매하는 것은 금지됩니다.
제작사
이주임, 김도균 (페이퍼로지)
프레젠테이션과 문서 작성에 최적화된, 논리적이고 깔끔한 인상을 주는 고품질 고딕 서체입니다.
웹폰트 사용 코드
🎨 CSS @font-face
@font-face {
font-family: 'PaperlogyBlack';
src: url('https://cdn.jsdelivr.net/gh/whyno2617/whyno_freefont@main/paperlogy/Paperlogy-9Black.woff2') format('woff2');
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'PaperlogyExtraBold';
src: url('https://cdn.jsdelivr.net/gh/whyno2617/whyno_freefont@main/paperlogy/Paperlogy-8ExtraBold.woff2') format('woff2');
font-weight: 800;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'PaperlogyBold';
src: url('https://cdn.jsdelivr.net/gh/whyno2617/whyno_freefont@main/paperlogy/Paperlogy-7Bold.woff2') format('woff2');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'PaperlogySemiBold';
src: url('https://cdn.jsdelivr.net/gh/whyno2617/whyno_freefont@main/paperlogy/Paperlogy-6SemiBold.woff2') format('woff2');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'PaperlogyMedium';
src: url('https://cdn.jsdelivr.net/gh/whyno2617/whyno_freefont@main/paperlogy/Paperlogy-5Medium.woff2') format('woff2');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'PaperlogyRegular';
src: url('https://cdn.jsdelivr.net/gh/whyno2617/whyno_freefont@main/paperlogy/Paperlogy-4Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'PaperlogyLight';
src: url('https://cdn.jsdelivr.net/gh/whyno2617/whyno_freefont@main/paperlogy/Paperlogy-3Light.woff2') format('woff2');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'PaperlogyExtraLight';
src: url('https://cdn.jsdelivr.net/gh/whyno2617/whyno_freefont@main/paperlogy/Paperlogy-2ExtraLight.woff2') format('woff2');
font-weight: 200;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'PaperlogyThin';
src: url('https://cdn.jsdelivr.net/gh/whyno2617/whyno_freefont@main/paperlogy/Paperlogy-1Thin.woff2') format('woff2');
font-weight: 100;
font-style: normal;
font-display: swap;
}
💻 HTML 적용 예시
<p style="font-family: 'PaperlogyBlack', sans-serif;">Black — 이 폰트로 텍스트를 표시합니다.</p> <p style="font-family: 'PaperlogyExtraBold', sans-serif;">ExtraBold — 이 폰트로 텍스트를 표시합니다.</p> <p style="font-family: 'PaperlogyBold', sans-serif;">Bold — 이 폰트로 텍스트를 표시합니다.</p> <p style="font-family: 'PaperlogySemiBold', sans-serif;">SemiBold — 이 폰트로 텍스트를 표시합니다.</p> <p style="font-family: 'PaperlogyMedium', sans-serif;">Medium — 이 폰트로 텍스트를 표시합니다.</p> <p style="font-family: 'PaperlogyRegular', sans-serif;">Regular — 이 폰트로 텍스트를 표시합니다.</p> <p style="font-family: 'PaperlogyLight', sans-serif;">Light — 이 폰트로 텍스트를 표시합니다.</p> <p style="font-family: 'PaperlogyExtraLight', sans-serif;">ExtraLight — 이 폰트로 텍스트를 표시합니다.</p> <p style="font-family: 'PaperlogyThin', sans-serif;">Thin — 이 폰트로 텍스트를 표시합니다.</p>
댓글
댓글 쓰기