[SmartEditor2] 기본폰트 & 폰트사이즈 변경 > 기술자료

본문 바로가기

사이트 내 전체검색

[SmartEditor2] 기본폰트 & 폰트사이즈 변경 > 기술자료

Editor [SmartEditor2] 기본폰트 & 폰트사이즈 변경

페이지 정보


본문

게시판 설정에서 스마트에디트2를 사용하게 되면 아래의 첨부 이미지와 같이 기본적으로 폰트 "돋움" 폰트사이즈 "9pt"로 설정 되어있습니다.

 

스마트에디터2에서 기본폰트와 폰트사이즈를 변경하는 방법입니다.

11pt 로 변경은  font-size:14.5px
12pt 로 변경은 font-size:16px;


1. 그누보드 게시판 style.css ( 예: skin / board / basic / style.css ) 
#bo_v_con {margin-bottom:30px;width:100%;line-height:1.7em;word-break:break-all;overflow:hidden}
를 아래와 같이 변경합니다.
#bo_v_con {margin-bottom:30px;width:100%;font-family:'Nanum Gothic';font-size:16px;line-height:1.7em;word-break:break-all;overflow:hidden}


2. 그누보드 게시판 view.skin.php ( 예: skin / board / basic / view.skin.php )
add_stylesheet('<link rel="stylesheet" href="'.$board_skin_url.'/style.css">', 0);
를 아래와 같이 변경합니다.
add_stylesheet('<link rel="stylesheet" href="'.$board_skin_url.'/style.css?ver=2">', 0);


3. plugin / editor / smarteditor2 / css / ko_KR / smart_editor2_in.css 
body,.se2_inputarea{margin:0;padding:0;font-family:'돋움',Dotum,Helvetica,Sans-serif;font-size:12px;line-height:1.5}
를 아래와 같이 변경합니다.
body,.se2_inputarea{margin:0;padding:0;font-family:'나눔고딕','Nanum Gothic',Helvetica,Sans-serif; font-size: 16px; line-height: 1.5; }


4-1. plugin / editor / smarteditor2 / js / smarteditor2.min.js
/smart_editor2_in.css  
를 아래와 같이 변경합니다.
smart_editor2_in.css?ver=2


4-2. plugin / editor / smarteditor2 / js / smarteditor2.js
/smart_editor2_in.css  
를 아래와 같이 변경합니다.
smart_editor2_in.css?ver=2


5-1. plugin / editor / smarteditor2 / SmartEditor2Skin.html
<link href="css/ko_KR/smart_editor2.css" rel="stylesheet" type="text/css">
를 아래와 같이 수정합니다
<link href="css/ko_KR/smart_editor2.css?ver=2" rel="stylesheet" type="text/css">


5-2. plugin / editor / smarteditor2 / SmartEditor2Skin.html
<script type="text/javascript" src="./js/smarteditor2.min.js" charset="utf-8"></script>
를 다음과 같이 변경합니다.
<script type="text/javascript" src="./js/smarteditor2.min.js?ver=2" charset="utf-8"></script>


이렇게 수정하면 해당 게시판에서 에디터의 기본설정이 나눔고딕, 12pt로 설정된 것을 확인 할 수 있습니다.



참고자료
http://www.gnuwiz.com/bbs/board.php?bo_table=board_tip&wr_id=33

댓글목록

등록된 댓글이 없습니다.


Total 2,650건 2 페이지
  • RSS
기술자료 목록
2630
Java   3513  2024-02-06 16:49  
2629
PHP   3787  2024-02-06 16:42  
2628
호스팅   2972  2024-01-29 12:54  
2627
PHP   2939  2024-01-26 11:04 ~ 2024-01-26 11:13  
2626
MySQL   3040  2024-01-08 17:37 ~ 2024-03-14 16:00  
2625
SQL   3333  2024-01-08 12:36  
2624
영카트   3531  2024-01-04 14:57  
2623
일반   4255  2023-12-15 18:33  
2622
Android   3405  2023-11-30 18:48 ~ 2023-11-30 19:41  
2621
전자결제   5778  2023-11-23 19:53  
2620
PHP   4846  2023-11-20 10:56 ~ 2023-11-20 11:14  
2619
Linux   3831  2023-11-09 19:55  
2618
그누보드   5616  2023-11-06 20:38 ~ 2026-05-22 08:32  
2617
Linux   4616  2023-11-01 21:41 ~ 2023-11-02 10:30  
2616
영카트   3417  2023-10-07 23:31  
2615
SNS   4631  2023-09-24 17:56  
2614
ClassicASP   4021  2023-09-14 08:38  
2613
APP   3378  2023-09-08 12:34 ~ 2023-09-08 17:36  
2612
Apple   5407  2023-09-01 18:16 ~ 2023-09-01 18:36  
2611
SNS   4311  2023-08-30 17:10  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2026 해피정닷컴. All Rights Reserved.