Page 1 of 1

Change the default font style

Posted: Sat 6. Sep 2008, 13:40
by Topic Bot
Bullfn33 wrote:Which file would I edit to change the phpbb3 default font style in this template? Thanks again!

Re: Change the default font style

Posted: Sat 6. Sep 2008, 13:42
by Topic Bot
Marc wrote:Thank you.

If you want to change the default font then you should open /theme/common.css and edit the following:

around line 19

Code: Select all

font-family: Verdana, Helvetica, Arial, sans-serif;
around line 30

Code: Select all

font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
around line 42

Code: Select all

font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
around line 55

Code: Select all

font-family: Arial, Helvetica, sans-serif;
around line 68

Code: Select all

font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
For changing the font you should also change these parts in content.css, forms.css, and links.css.
That should do it.