폰트 크기 조절은 어디서 하나요?
본문
답변 1
head.php,theme\basic\head.php에서 하단에 아래와 같은 부분에 font-size를 적용해주세요.
<?php if ((!$bo_table || $w == 's' ) && !defined("_INDEX_")) { ?><div id="container_title" style="font-size:11pt;"><?php echo $g5['title'] ?></div><?php } ?>
답변을 작성하시기 전에 로그인 해주세요.