Author Topic: Weekday on Clock Face  (Read 1562 times)

Offline tfavors

  • Sr. Member
  • ****
  • Posts: 126
    • Weather Gray
Weekday on Clock Face
« on: May 24, 2013, 09:14:50 PM »
I noticed the weekday on the face of the clock.  Is there away to increase the font size of the weekday?  Thanks, Terry

Offline Mr.Meteo

  • Administrator
  • Hero Member
  • *****
  • Posts: 1120
    • http://www.meteostours.ca
Re: Weekday on Clock Face
« Reply #1 on: May 25, 2013, 07:02:38 AM »
Hi Terry,

For this, you have to edit other js file: clockt.js.
This file is the "code" file, you will find on line #169

am.style.fontSize = (this.font_size * 2 / 3) + 'px';

...and on line #180:
zn.style.fontSize = (this.font_size * 2 / 3) + 'px';

change the parameter in red, this is the size 'Formula"


Regards,
Jacques
Please, consider supporting this site 

Offline tfavors

  • Sr. Member
  • ****
  • Posts: 126
    • Weather Gray
Re: Weekday on Clock Face
« Reply #2 on: May 25, 2013, 07:58:14 AM »
Thank you I think I can do that.  Terry