D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Re: Changing Font in Small Business Pro Theme

Front Page D5 Creation Forum General Support Changing Font in Small Business Pro Theme Re: Changing Font in Small Business Pro Theme

#4318
D5 Creation
Keymaster
Quote:
Quote from [email protected] on April 15, 2013, 20:42
What if I do want to change the heading font to another, though. Can’t seem to find control of this even in the css file.
Is it possible?

We see that your Membership Level is DEVELOPER. You can use Extend Edition Theme.

You can change the heading font putting such these code in the Custom Code within Head Area of Small Business Options.

Code:
<style>
#heading { font-family: Coda; }
</style>