LCD Clock v0.2 [Feb-12][FF]

Talk about add-ons and extension development.
Post Reply
User avatar
Metalstream
Posts: 4692
Joined: April 15th, 2005, 8:34 pm
Location: Montreal, QC

Post by Metalstream »

This is taking my patience...
I wanna change the font of the clock but I don't know why don't make the changes after I restart.
I downloaded the fonts and I put at font folder in winME

This is the code i put for fonts:

Code: Select all

.lcd-labels {
  font-family: Digital Readout Thick !important;
  font-size: 2.0em !important;
  padding: 0px 2px !important;
  margin: 0px !important;
}

.lcd-disp-label[small="true"] {
  position: absolute;
  left: 10px !important;
}
Last edited by Metalstream on February 26th, 2006, 2:37 pm, edited 1 time in total.
"I love God, He's my favourite fictional character." - Homer J. Simpson
User avatar
zoriv
Posts: 1249
Joined: May 6th, 2005, 2:01 pm
Contact:

Post by zoriv »

Metalstream wrote:
I wanna change the font of the clock but I don't know why make the changes after I restart.
I downloaded the fonts and I put at font folder in winME

I use the same code and WFM:

Code: Select all

.lcd-labels 
{
font-family:7 Segment !important;
color:#CCFFFF  !important;
}


One simple question. Did you save the userCrome.css after adding this file, before to retsrt FF?
User avatar
Metalstream
Posts: 4692
Joined: April 15th, 2005, 8:34 pm
Location: Montreal, QC

Post by Metalstream »

Yes, of course the thing I don't know is why is not loading the fonts?
"I love God, He's my favourite fictional character." - Homer J. Simpson
User avatar
zoriv
Posts: 1249
Joined: May 6th, 2005, 2:01 pm
Contact:

Post by zoriv »

Try to delete:

Code: Select all

font-size: 2.0em !important;
  padding: 0px 2px !important;
  margin: 0px !important;
User avatar
Metalstream
Posts: 4692
Joined: April 15th, 2005, 8:34 pm
Location: Montreal, QC

Post by Metalstream »

I tried that but still the same thing...Maybe I'm putting bad the fonts files in the wrong folder...Where I must to put?
"I love God, He's my favourite fictional character." - Homer J. Simpson
User avatar
Kupfel
Posts: 416
Joined: December 18th, 2005, 10:03 pm

Post by Kupfel »

did you copy the font into the folder or did you install it with selecting File -> 'install new fonts' in the fonts folder? maybe that makes a difference, dunno. Maybe you also gotta restart to make the fonts register properly.
User avatar
Metalstream
Posts: 4692
Joined: April 15th, 2005, 8:34 pm
Location: Montreal, QC

Post by Metalstream »

I copied into the windows font folder...and for Ms word works pefectly or I have to install in firefox?
"I love God, He's my favourite fictional character." - Homer J. Simpson
User avatar
zoriv
Posts: 1249
Joined: May 6th, 2005, 2:01 pm
Contact:

Post by zoriv »

You can find Fonts folder in Control Panel.
User avatar
Metalstream
Posts: 4692
Joined: April 15th, 2005, 8:34 pm
Location: Montreal, QC

Post by Metalstream »

zoriv wrote:You can find Fonts folder in Control Panel.


Yes, then I copied well but still the problem...
"I love God, He's my favourite fictional character." - Homer J. Simpson
User avatar
zoriv
Posts: 1249
Joined: May 6th, 2005, 2:01 pm
Contact:

Post by zoriv »

Well, calm down. Try to put some an other font (e.g Arial) just for test. Do you see any change?
User avatar
Metalstream
Posts: 4692
Joined: April 15th, 2005, 8:34 pm
Location: Montreal, QC

Post by Metalstream »

I tried it with your code

Code: Select all

.lcd-labels
{
font-family:Arial !important;
color:#CCFFFF  !important;
}

.lcd-disp-label[small="true"] {
  position: absolute;
  left: 10px !important;
}


Still the same thing no change with arial or other font...
"I love God, He's my favourite fictional character." - Homer J. Simpson
User avatar
zoriv
Posts: 1249
Joined: May 6th, 2005, 2:01 pm
Contact:

Post by zoriv »

Where do you add this code?
User avatar
Metalstream
Posts: 4692
Joined: April 15th, 2005, 8:34 pm
Location: Montreal, QC

Post by Metalstream »

in the userchrome.css, I can modify everything but fonts not...
"I love God, He's my favourite fictional character." - Homer J. Simpson
User avatar
zoriv
Posts: 1249
Joined: May 6th, 2005, 2:01 pm
Contact:

Post by zoriv »

Open your inbox I sent you p.m.
Last edited by zoriv on February 27th, 2006, 12:28 pm, edited 1 time in total.
User avatar
Metalstream
Posts: 4692
Joined: April 15th, 2005, 8:34 pm
Location: Montreal, QC

Post by Metalstream »

I already replied to you!
"I love God, He's my favourite fictional character." - Homer J. Simpson
Post Reply