Author Topic: Font size  (Read 2446 times)

elearnster

  • Pro Economy
  • Newbie
  • *
  • Posts: 20
    • View Profile
Font size
« on: September 14, 2014, 11:01:47 pm »
I would like to make my font smaller for the entire worksheet.  I am not sure how to associate the 'font-size:' with the worksheet.  Your help would be appreciated.
eLearnster.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Font size
« Reply #1 on: September 15, 2014, 11:30:12 pm »
It can be done with little css

Code: [Select]
div.pq-grid *{
  font-size: 10px;
}