안녕하세요 찐망고입니다.
애플 산돌고딕 NEO 폰트는 애플 기본 폰트 입니다.
라이선스는 모두 애플이 가지고 있고, 애플 제품 사용자는 비상업, 상업용도 모두 사용 가능 합니다.
참고로 산돌고딕에서 제작한 산돌네오고딕NEO시리즈와는 다른 폰트입니다.
ttf 파일 다운로드
woff2 파일 다운로드
// 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");
}
'WEB > FONT' 카테고리의 다른 글
SUITE폰트 다운로드 (0) | 2024.08.10 |
---|---|
Spoqa Han Sans Neo 폰트 (0) | 2023.06.21 |
Pretendard 폰트 (0) | 2023.06.20 |
상업용폰트) CJ그룹 전용서체 'OnlyOne' (0) | 2023.06.16 |
serif) Tenor Sans 영문폰트 (0) | 2023.06.15 |