폰트 질문이요

폰트 질문이요

QA

폰트 질문이요

답변 1

본문

www/theme/basic/css/fonts/

3731885385_1611540979.9675.png

 


@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;}

불러서 쓰는게 다르지 않나요?


@font-face {font-family:'Apple SD Gothic Neo';
	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:'Apple SD Gothic Neo';
	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:'Apple SD Gothic Neo';
	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:'Apple SD Gothic Neo';
	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;
}


이렇게 바꿔봤는데도 안돼네요 ㅠㅠ

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 52
© SIRSOFT
현재 페이지 제일 처음으로