Skip to main content Skip to footer

How to change FlexGrid’s Font Size and Family using CSS

Its possible to change the font family and font size of FlexGrid by using CSS.

<style>
    .wj-flexgrid{
        font-family: consolas;
        font-size:10px;
    }
</style>