WEB/FONT
애플 산돌고딕 Neo
찐망고
2023. 6. 20. 06:00
반응형
안녕하세요 찐망고입니다.
애플 산돌고딕 NEO 폰트는 애플 기본 폰트 입니다.
라이선스는 모두 애플이 가지고 있고, 애플 제품 사용자는 비상업, 상업용도 모두 사용 가능 합니다.
참고로 산돌고딕에서 제작한 산돌네오고딕NEO시리즈와는 다른 폰트입니다.
ttf 파일 다운로드
woff2 파일 다운로드
AppleSDGothicNeoB.woff2
3.06MB
AppleSDGothicNeoEB.woff2
3.07MB
AppleSDGothicNeoH.woff2
3.76MB
AppleSDGothicNeoL.woff2
3.02MB
AppleSDGothicNeoM.woff2
3.00MB
AppleSDGothicNeoR.woff2
3.04MB
AppleSDGothicNeoSB.woff2
3.04MB
AppleSDGothicNeoT.woff2
3.17MB
AppleSDGothicNeoUL.woff2
3.05MB
// CSS
@font-face {
font-family: AppleSDGothicNeo;
font-weight: 100;
src: url(AppleSDGothicNeoT.woff2) format("woff2");
}
@font-face {
font-family: AppleSDGothicNeo;
font-weight: 200;
src: url(AppleSDGothicNeoUL.woff2) format("woff2");
}
@font-face {
font-family: AppleSDGothicNeo;
font-weight: 300;
src: url(AppleSDGothicNeoL.woff2) format("woff2");
}
@font-face {
font-family: AppleSDGothicNeo;
font-weight: 400;
src: url(AppleSDGothicNeoR.woff2) format("woff2");
}
@font-face {
font-family: AppleSDGothicNeo;
font-weight: 500;
src: url(AppleSDGothicNeoM.woff2) format("woff2");
}
@font-face {
font-family: AppleSDGothicNeo;
font-weight: 600;
src: url(AppleSDGothicNeoSB.woff2) format("woff2");
}
@font-face {
font-family: AppleSDGothicNeo;
font-weight: 700;
src: url(AppleSDGothicNeoB.woff2) format("woff2");
}
@font-face {
font-family: AppleSDGothicNeo;
font-weight: 800;
src: url(AppleSDGothicNeoEB.woff2) format("woff2");
}
@font-face {
font-family: AppleSDGothicNeo;
font-weight: 900;
src: url(AppleSDGothicNeoH.woff2) format("woff2");
}
반응형