jqGrid 글씨 바꾸기
<style>
.ui-jqgrid .ui-jqgrid-htable{
overflow: hidden;
position:relative;
height:17px;
font-family:'NanumGothicB','나눔고딕', "돋움", dotum;
font-size:12px;
}
.ui-jqgrid-btable, .ui-pg-table {
font-family:'NanumGothicB','나눔고딕', "돋움", dotum;
font-size:12px;
}
</style>
이렇게만 추가하면 되지롱
'IT' 카테고리의 다른 글
jqGrid checkbox YN 사용하기 (0) | 2017.07.18 |
---|---|
Cannot find the tag library descriptor for http://java.sun.com/jsp/jstl/core 에러해결 (0) | 2017.07.11 |