폰트 변경 및 게시판 운영에 도움 많이 주셔서 정말 감사합니다.
대시보드에서 커스텀css 추가했을땐 적용이 안됐었고 아이프레임 비활성화하니까 적용됩니다.ㅠㅠ
아이프레임 비활성화 하니까 이젠 에디터 아이콘이 ㅁ으로 나오는데.. 그건 제가 style.css에서
@font-face {
font-family:"BareunDotum1";
font-style: normal;
font-weight: 400;
src:url(/font/BareunDotum1.eot);
src:url(/font/BareunDotum1.eot?#iefix) format("embedded-opentype"),
url(/font/BareunDotum1.woff) format("woff"),
url(/font/BareunDotum1.ttf) format("truetype");
}
* { font-family: 'BareunDotum1', sans-serif !important; }
.fa { font: normal normal normal 14px/1 FontAwesome !important; }
이렇게 전체를 다 바른돋움으로 강제 설정했기때문에 아이콘이 깨지는걸까요?
전에 제가 여기 질문글들 검색해보니 얼핏 그런 내용을 봤던것 같아서요.
일일이 요소들에만 바른돋움을 적용했어야 하는건지..