폰트 질문이요
본문
www/theme/basic/css/fonts/
@font-face {font-family:'AppleSDGothicNeoL';
src:url('./fonts/AppleSDGothicNeoL.eot');
src:url('./fonts/AppleSDGothicNeoL.eot?#iefix') format(‘embedded-opentype’), url('./fonts/AppleSDGothicNeoL.woff') format(‘woff’), url('./fonts/AppleSDGothicNeoL.ttf') format('truetype');
font-weight:400;
font-style:normal;
}
@font-face {font-family:'AppleSDGothicNeoM';
src:url('./fonts/AppleSDGothicNeoM.eot');
src:url('./fonts/AppleSDGothicNeoM.eot?#iefix') format(‘embedded-opentype’), url('./fonts/AppleSDGothicNeoM.woff') format(‘woff’), url('./fonts/AppleSDGothicNeoM.ttf') format('truetype');
font-weight:500;
font-style:normal;
}
@font-face {font-family:'AppleSDGothicNeoB';
src:url('./fonts/AppleSDGothicNeoB.eot');
src:url('./fonts/AppleSDGothicNeoB.eot?#iefix') format(‘embedded-opentype’), url('./fonts/AppleSDGothicNeoB.woff') format(‘woff’), url('./fonts/AppleSDGothicNeoB.ttf') format('truetype');
font-weight:700;
font-style:normal;
}
@font-face {font-family:'AppleSDGothicNeoEB';
src:url('./fonts/AppleSDGothicNeoEB.eot');
src:url('./fonts/AppleSDGothicNeoEB.eot?#iefix') format(‘embedded-opentype’), url('./fonts/AppleSDGothicNeoEB.woff') format(‘woff’), url('./fonts/AppleSDGothicNeoEB.ttf') format('truetype');
font-weight:900;
font-style:normal;
}
body {font-family:'Apple SD Gothic Neo';font-style:normal;}
PC에 Apple SD Gothic Neo 폰트를 적용시키고싶은데 어디가 틀린건가요? 글씨가 안먹혀요
답변 1
@font-face {font-family:'AppleSDGothicNeoL';
선언을 한 것과
body {font-family:'Apple SD Gothic Neo';font-style:normal;}
불러서 쓰는게 다르지 않나요?
답변을 작성하시기 전에 로그인 해주세요.