Change the default font style

English Style Support
Post Reply
User avatar
Topic Bot
Newbie
Newbie
Posts: 2
Joined: Sat 6. Sep 2008, 13:36
phpbb.com: marc1706
Location: munich

Change the default font style

Post by Topic Bot »

Bullfn33 wrote:Which file would I edit to change the phpbb3 default font style in this template? Thanks again!
User avatar
Topic Bot
Newbie
Newbie
Posts: 2
Joined: Sat 6. Sep 2008, 13:36
phpbb.com: marc1706
Location: munich

Re: Change the default font style

Post 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.
Post Reply