From 96844373745b1d22f0d32d0cdc67bfe699ca07a3 Mon Sep 17 00:00:00 2001 From: infraurp Date: Thu, 30 Jul 2026 12:57:38 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EA=B8=80=EA=BC=B4=20=EB=82=98=EB=88=94=EA=B3=A0?= =?UTF-8?q?=EB=94=95=20=EC=9D=BC=EA=B4=84=20=EA=B5=90=EC=B2=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 개별 CSS에 맑은고딕/돋움/굴림/dotum/Tahoma/Arial 지정이 흩어져 있고, 나눔 @font-face 도 파일마다 4중(nanumttf/nanumeot/_r) 으로 중복 선언되어 화면마다 글꼴이 달라 보이던 것을 하나로 정리한다. - css/site/mnt/nanumgothic.css 신규: "NanumGothic" 패밀리 단일 정의(400/700/800), local() 우선 + eot/woff/ttf fallback, 전역 적용 및 벤더 위젯 override - head.jsp 에 마지막 스타일시트로 등록 → /mnt/include/head.do 를 가져가는 관리자 화면 293개(egovframework.com.* 표준화면 포함)에 일괄 적용 - mnt CSS 11개 파일의 font-family 지정 39곳 교체, 레거시 @font-face 16줄 제거 - head.do 를 쓰지 않는 쪽지 팝업 4개는 개별 link 추가 - ckeditor/contents.css: "nanumttf_r" 이 @font-face 선언 없이 사용되어 실제로는 적용되지 않던 상태를 정상화(관리자 21 / 프론트 26 화면 공용) - NanumGothicBold.ttf 추가: 기존에 Regular/ExtraBold 만 있어 font-weight:bold 가 ExtraBold 로 렌더링되던 것을 정상 Bold 로 교정 Co-Authored-By: Claude Opus 5 (1M context) --- .../biz/mypage/note/singleRcpNote_list.jsp | 2 + .../biz/mypage/note/singleRcpNote_view.jsp | 2 + .../biz/mypage/note/singleSndNote_list.jsp | 2 + .../biz/mypage/note/singleSndNote_view.jsp | 2 + .../WEB-INF/jsp/site/mnt/include/head.jsp | 2 + src/main/webapp/css/site/mnt/admin.css | 30 ++++---- src/main/webapp/css/site/mnt/basic.css | 8 +- src/main/webapp/css/site/mnt/board.css | 8 +- src/main/webapp/css/site/mnt/board_skin.css | 15 ++-- src/main/webapp/css/site/mnt/contents.css | 4 +- .../css/site/mnt/font/NanumGothicBold.ttf | Bin 0 -> 4642244 bytes src/main/webapp/css/site/mnt/layout.css | 2 +- src/main/webapp/css/site/mnt/nanumgothic.css | 69 ++++++++++++++++++ src/main/webapp/css/site/mnt/popup.css | 7 +- .../webapp/css/site/mnt/prev-year-stat.css | 2 +- .../webapp/css/site/mnt/stat-summary-list.css | 9 +-- .../webapp/css/site/mnt/stat-summary-view.css | 5 +- src/main/webapp/css/site/mnt/style_202108.css | 8 +- .../html/site/cmm/ckeditor/contents.css | 6 +- 19 files changed, 126 insertions(+), 57 deletions(-) create mode 100644 src/main/webapp/css/site/mnt/font/NanumGothicBold.ttf create mode 100644 src/main/webapp/css/site/mnt/nanumgothic.css diff --git a/src/main/webapp/WEB-INF/jsp/site/mnt/biz/mypage/note/singleRcpNote_list.jsp b/src/main/webapp/WEB-INF/jsp/site/mnt/biz/mypage/note/singleRcpNote_list.jsp index 794fadb..b2db10a 100644 --- a/src/main/webapp/WEB-INF/jsp/site/mnt/biz/mypage/note/singleRcpNote_list.jsp +++ b/src/main/webapp/WEB-INF/jsp/site/mnt/biz/mypage/note/singleRcpNote_list.jsp @@ -17,6 +17,8 @@ +<%-- 관리자 공통 글꼴(나눔고딕) --%> +