나눔폰트 적용이 안됩니다..왜일까요?? 부탁드립니다.
본문
http://daeseungtour.com/index_2015.html
위는 나눔고딕이 적용이 되는데요..
http://daeseungtour.com/index_2015_2.html
여기는 안되네요..뭐가 문젤까요??
답변 2
소스보기 해보시면
index_2015_2.html 에서는 style.css파일을 불러오구요
index_2015.html 에서는 style.css파일을 불러오지 않습니다
그래서 index_2015_2.html 에서는
body, td, p, input, button, textarea, select, .c1 { font-family:Tahoma,굴림; font-size:9pt; color:#222222; }
이부분이 적용되었고
index_2015.html 은 적용이 안되어서 글씨가 틀리군요
감사합니다..
<link href="http://daeseungtour.com/style.css" rel="stylesheet" type="text/css">
이렇게 추가했더니..적용되네요..
답변을 작성하시기 전에 로그인 해주세요.