cheditor.js 에서 글꼴 크기 바꿨습니다 채택완료
function setConfig () {
var config = {
editorWidth : '100%',
editorHeight : '300px',
editorFontSize : '12pt',
editorFontName : '맑은 고딕',
editorFontColor : '#000',
editorBgColor : '#fff',
imgCaptionText : 'margin: 5px 0px; color: #333',
lineHeight : 1.5,
editAreaMargin : '5px 10px',
tabIndex : 0,
editorPath : null,
fullHTMLSource : false,
linkTarget : '_blank',
showTagPath : false,
colorToHex : true,
imgMaxWidth : 640,
imgBlockMargin : '5px 0px',
imgReSize : true,
includeHostname : true,
ieEnterMode : 'div', // [css, div, br, default(p)]
outputXhtml : true,
xhtmlLang : 'utf-8',
xhtmlEncoding : 'utf-8',
docTitle : '내 문서',
template : 'template.xml',
글 적을때는 적용 되는데 ,
글완료후에 글 읽기 들어가면 , 기본 글로 보여 지네요 ;;;
힌트라도 주시면 감사하겠습니다
편안한 저녁 되세요
답변 2개
에디터 편집할때 적용되는 글꼴과 글자크기입니다.
보이는 글꼴과 크기는 스타일시트를 수정하셔야합니다.
해당 스킨 폴더에 style.css 파일에서
#bo_v_con {margin-bottom:30px;width:100%;line-height:1.7em;word-break:break-all;overflow:hidden}
요줄을
#bo_v_con {font-family:'맑은 고딕'; font-size:12pt; margin-bottom:30px;width:100%;line-height:1.7em;word-break:break-all;overflow:hidden}
로 수정해 보시기 바랍니다.
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인