제목폰트를 나눔고딕으로 하고 싶은데요 채택완료
게시판 리스트 파일입니다.
서핑중, 소스를 적용했는데..
다른건 제대로 나눔고딕으로 나오는데..
유독 제목만 계속 굴림(돋음)으로 나오네요..ㅠㅠ
선배님들 도움좀 부탁 드립니다.
.board_list { clear:both; width:100%; table-layout:fixed; margin:5px 0 0 0; } .board_list th { font-weight:bold; font-size:12px; } .board_list th { background:url(=$board_skin_path?>/img/title_bg.gif) repeat-x; } .board_list th { white-space:nowrap; height:34px; overflow:hidden; text-align:center; } .board_list th { border-top:1px solid #ddd; border-bottom:1px solid #ddd; font-family: Tahoma, NanumGothic; }
.board_list tr.bg0 { background-color:#fafafa; } .board_list tr.bg1 { background-color:#ffffff; }
.board_list td { padding:.5em; } .board_list td { border-bottom:1px solid #ddd; } .board_list td.num { color:#999999; text-align:center; } .board_list td.checkbox { text-align:center; } .board_list td.subject { overflow:hidden; } .board_list td.name { padding:0 0 0 10px; } .board_list td.datetime { font:normal 11px tahoma; color:#BABABA; text-align:center; } .board_list td.hit { font:normal 11px tahoma; color:#BABABA; text-align:center; } .board_list td.good { font:normal 11px tahoma; color:#BABABA; text-align:center; } .board_list td.nogood { font:normal 11px tahoma; color:#BABABA; text-align:center; }
.board_list .notice { font-weight:normal; } .board_list .current { font:bold 11px tahoma; color:#E15916; } .board_list .comment { font-family:Tahoma; font-size:10px; color:#EE5A00; }
.board_button { clear:both; margin:10px 0 0 0; }
.board_page { clear:both; text-align:center; margin:3px 0 0 0; } .board_page a:link { color:#777; }
.board_search { text-align:center; margin:10px 0 0 0; } .board_search .stx { height:21px; border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; }
이하생략...
if ($list[$i][is_notice]) echo "{$list[$i][subject]}"; else echo "{$list[$i][subject]}";
if ($list[$i][comment_cnt]) echo " {$list[$i][comment_cnt]}";
// if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; } // if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }
echo " " . $list[$i][icon_new]; echo " " . $list[$i][icon_file]; echo " " . $list[$i][icon_link]; echo " " . $list[$i][icon_hot]; echo " " . $list[$i][icon_secret]; echo $nobr_end; ?>
답변 3개
답변을 작성하려면 로그인이 필요합니다.
로그인
.board_list td.subject a { font-family: Tahoma, NanumGothic; }