[GNB 폰트와 글자 크기 변경하는 방법]

 

 

 

<변경 전>

  

 

  

 

 

 

 

 

<변경 후>

   

 

 

 

 

 

 

 

 

 

 

 

 

<처리방법>

 

 

 

1메인페이지 편집화면에서 상단의 D,I,F 버튼들 중 F를 클릭하여 헤더페이지로 들어갑니다.

 

  

 

 

 

 

2. GNB를 감싸는 가장 바깥쪽의 행박스(검은테두리) D버튼 클릭 > 수정 클릭합니다.

 

 

 

 


 

 

3. 시작태그앞에 적혀있는 내용 중 맨 끝에 적혀있는 </style> 바로 앞에 아래 문구를 추가합니다.

 .ABA-gnb li a{font-family:"나눔고딕";font-size:14px;} 

 *font-family가 글자체이며, font-size가 글씨 크기 입니다. 

*color , font-weight등 다른 css속성도 이 대괄호 안에 추가하시면 됩니다.

 

 

 

 

 

위 방법대로 하시면 아래와 같이 변경되는 것입니다.

 

<link href="template/DESIGN_gnb/program/theme/16_homeyo/style.css" rel="stylesheet" type="text/css" /><style>.AB-wide-gnb-sub{*top:36px;height:230px;} .AB-wide-gnb-sub .ABA-gnb-sub-1{height:200px !important;}</style>

<link href="template/DESIGN_gnb/program/theme/16_homeyo/style.css" rel="stylesheet" type="text/css" /><style>.AB-wide-gnb-sub{*top:36px;height:230px;} .AB-wide-gnb-sub .ABA-gnb-sub-1{height:200px !important;} .ABA-gnb li a{font-family:"나눔고딕";font-size:14px;}</style>