Closed (fixed)
Project:
Pixture Reloaded
Version:
6.x-2.2-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Sep 2008 at 19:52 UTC
Updated:
12 Feb 2009 at 22:00 UTC
Howdy,
Thank you for the wonderful theme. I have a very basic question about changing the font family used throughout the theme. I would like to try Verdana instead of Arial (or Helvetica). I made the following change to style.css, but the font family remains the same:
#pixture-reloaded {
/* font-family: "Helvetica neue", Helvetica, Arial, Verdana, sans-serif; */
font-family: Verdana, Arial, sans-serif;
Do I need to do something else to see how this would look? Thanks in advance for any help and I apologize for such a basic question.
Comments
Comment #1
Jeff Burnz commentedFirst thing, you don't need to comment out the existing styles, just re-order the priority, e.g.
#pixture-reloaded {
font-family: Verdana, "Helvetica neue", Helvetica, Arial, sans-serif;
}
When you make changes to style.css, you must re-save the theme settings for them to take effect - style.css is modified by the color module and saved along with the re-coloured images in your files folder.
Comment #2
laceiba commentedAh, many thanks. I appreciate your speedy answer.
Comment #3
Mambo89 commentedwhat about if i want to add a neu font?
thanks
by