Author Topic: How can i increase the default font size?  (Read 5134 times)

BeeBuu

  • Newbie
  • *
  • Posts: 2
    • View Profile
How can i increase the default font size?
« on: January 25, 2014, 08:14:47 pm »
The default font size of pqgrid is small for me. :-\  How can i increase the default font size? 

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: How can i increase the default font size?
« Reply #1 on: January 25, 2014, 08:17:34 pm »
through css

div.pq-grid *
{
    font-size: ;
    font-family: ;
    line-height: ;
}