묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
사이트 전체 폰트 바꾸는법 상세히좀 알려주실분.. 스케치북입니다
2014.01.08 19:59
body,input,textarea,select,button,table{font-family:<!--@if($layout_info->font=='ng')-->'나눔고딕',NanumGothic,ng,<!--@elseif($layout_info->font=='window_font')-->'Segoe UI',Meiryo,'맑은 고딕','Malgun Gothic',<!--@elseif($layout_info->font=='tahoma')-->Tahoma,'돋움',Dotum,<!--@end-->'Segoe UI',Meiryo,'Trebuchet MS','나눔고딕',NanumGothic,ng,'맑은 고딕','Malgun Gothic','돋움',Dotum,AppleGothic,sans-serif}
이렇게 되있는걸 굴림으로 바꾸고 싶은데, 패밀리 폰트로..
<!--@if($layout_info->font=='ng') 이 부분에서 ng 가 검색해보니까 나눔고딕의 약자더라구요
위에 있는거는 사이트 디자인 설정에서 html 펼쳐봤을때 소스구요
ftp 에서도 css 파일이랑
이렇게 2가지 건드려줘야 하는거같은데
상세히 알려주시는분은 안계시더군요..
정확하고 상세히 알려주실분 계신가요..
스케치북 사용합니다.
혹시 아시는분 알려주시면 감사드리겠습니다.
body,input,textarea,select,button,table{font-family:
<!--@if($layout_info->font=='ng')-->
'나눔고딕',NanumGothic,ng,
<!--@elseif($layout_info->font=='window_font')-->
'Segoe UI',Meiryo,'맑은 고딕','Malgun Gothic',
<!--@elseif($layout_info->font=='tahoma')-->
Tahoma,'돋움',Dotum,
<!--@elseif($layout_info->font=='gu')-->
'굴림',Gulim
<!--@end-->
'Segoe UI',Meiryo,'Trebuchet MS','나눔고딕',NanumGothic,ng,'맑은 고딕','Malgun Gothic','돋움',Dotum,AppleGothic,sans-serif}
굴림을 옵션으로 선택하게 하고 싶으면 위 붉은 글씨를 추가하고 skin.xml에도 관련된 옵션에 굴림을 선택할 수 있도록 추가하세요.
어껗게 하는지 모르면
위의 설정 삭제하시고 아래 설정값을 사용하세요.
body,input,textarea,select,button,table{font-family:'굴림',Gulim, 'Segoe UI',Meiryo,'Trebuchet MS','나눔고딕',NanumGothic,ng,'맑은 고딕','Malgun Gothic','돋움',Dotum,AppleGothic,sans-serif}