아미나테마에 폰트 추가???어떻게하나요?
본문
@charset "utf-8";
/********************************************************
■ PC 폰트
********************************************************/
/* 기준 폰트 */
html {
font-size:12px;
}
/* 제목, 내용 등 기본 폰트 */
body {
font-size:12px !important;
font-family:"dotum", sans-serif !important;
line-height:1.8;
}
/* 일반 기본 폰트 */
.f-de {
font-size:12px !important;
}
/* 주석 등 */
.f-xs {
font-size:11px !important;
}
/* 정보(조회, 날짜) 등 */
.f-sm,
.input-group-text {
font-size:12px !important;
}
/* 주메뉴, 텍스트 로고 등 */
.f-md {
font-size:16px !important;
line-height:1.5 !important;
font-family: "Roboto", sans-serif !important;
padding-top:0.75rem;
padding-bottom:0.75rem;
}
/* 모바일 헤더(텍스트 로고) 등 */
.f-mo {
font-size:16px !important;
line-height:1.5 !important;
font-family: "Roboto", sans-serif !important;
padding-top:0.75rem;
padding-bottom:0.75rem;
}
/* 일반 위젯 타이틀 등 : 15px */
.f-lg {
font-size:15px !important;
line-height:1.7 !important;
font-family: "Roboto", sans-serif !important;
margin-bottom:0.25rem !important;
}
/* 특수 위젯 타이틀 등 : 18px */
.f-xl {
font-size:18px !important;
line-height:1.5 !important;
font-family: "Roboto", sans-serif !important;
margin-bottom:0.25rem !important;
}
/* 위젯 목록 라인 */
.na-list li {
line-height:2.0;
}
.is-line .na-list li {
line-height:1.9;
padding-bottom:0.25rem;
margin-bottom:0.25rem;
border-bottom:1px solid #efefef;
}
/* 리스트형 스킨 목록 간격 */
.na-flex .py-2 {
padding-top:0.60rem !important;
padding-bottom:0.60rem !important;
}
@media all and (min-width:768px) {
.na-table .py-md-2 {
padding-top:0.60rem !important;
padding-bottom:0.60rem !important;
}
}
@media all and (max-width:767px) {
.na-table .py-2 {
padding-top:0.60rem !important;
padding-bottom:0.60rem !important;
}
}
기존파일들은 이렇게 되어잇는데
사용하고자하는 폰트 woff 파일로만들어서 어디에 업로드하고
어떻게 설정해야 사용할수이나요???
답변 3
'아미나' 테마가 아닌 '나리야' 테마 입니다.
1) Dotum-12px.css 를 적당한 이름으로 복사, 파일명 변경.
ex) myfont-12px.css
2) myfont-12px.css 를 woff 폰트 정의 형식으로 변경
3) 사이트 메인화면에서 관리자 로그인 > 사이트 설정 > 레이아웃 설정 > 폰트셋에서 변경
thema/테마/colorset/테마/colorset.css
해당파일에서 설정해주시면됩니다.
이걸 참고해보세요
특정 폴더에 파일을 넣고 링크에서 처럼 경로를 이용해 폰트 페이스를 적용시킵니다
그리고 원하시는 엘리먼트에다가 font-family 를 사용하여 폰트를 적용시키세요