Hi,
I'm just getting started putting together a site with Platform Pro. It's my first time building a site so please make the answer dummy-friendly.
I would like to change the fonts site-wide to sans-serif fonts:
Trebuchet, Verdana & Sans-serif
Where do I go about making this change?
In the "Text & Fonts" area there only seems to be space for Google Fonts.
Thanks,
Fiona
Changing fonts on Platform Pro
Started by
fbrophy
, Oct 19 2010 03:49 PM
8 replies to this topic
#1
Posted 19 October 2010 - 03:49 PM
#2
Posted 19 October 2010 - 04:29 PM
Hi Fiona,
Are you using the Child theme to do customizations?
ANdrew
#3
Posted 19 October 2010 - 04:40 PM
Hi Andrew,
At the moment I'm just working in the main Platform Pro 1.0.9 but I have the Base 1.0.2 in my themes folder and could acivate that.
Fiona
#4
Posted 19 October 2010 - 05:10 PM
Base is a safer bet, because custom changes won't get over written when we update Platform.
Basic non-Cufon/google fonts can be added to the base.css
such as
`
body{
font-family:trebuchet, verdana, sans-serif;
}
`
and
`
.font-highlight, h1, h2, h3, h4, h5, h6 {
font-family:trebuchet, verdana, sans-serif;
}
`
#5
Posted 19 October 2010 - 05:25 PM
Hi Adam,
I pasted those two pieces in and it has taken effect.
Do I now switch back to editing in the main PlatformPro Theme? I only ask because the navigation changes I made there before switching to base are not showing up in the base version.
thanks,
Fiona
#6
Posted 19 October 2010 - 05:26 PM
Or should I just be doing it all in Base?
#7
Posted 19 October 2010 - 10:44 PM
I would do it all in BASE to be safe. Copy over any thing you have placed in Platform
#8
Posted 22 October 2010 - 02:23 AM
I have base installed and added the following to the "Custom CSS" "Custom Rules" section and nothing changed:
Is there something i'm doing incorrectly?
body{
font-family:trebuchet, verdana, sans-serif;
}
.font-highlight, h1, h2, h3, h4, h5, h6 {
font-family:trebuchet, verdana, sans-serif;
}
Is there something i'm doing incorrectly?
#9
Posted 22 October 2010 - 02:48 AM
post a live link to your site and we'll use Firebug to figure out what's going on










