IT
jqGrid 글씨 바꾸기
jeanbro
2017. 7. 18. 11:42
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>
이렇게만 추가하면 되지롱