Bullfn33 wrote:Which file would I edit to change the phpbb3 default font style in this template? Thanks again!
Change the default font style
Change the default font style
Re: Change the default font style
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 19around line 30Code: Select all
font-family: Verdana, Helvetica, Arial, sans-serif;
around line 42Code: Select all
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
around line 55Code: Select all
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
around line 68Code: Select all
font-family: Arial, Helvetica, sans-serif;
For changing the font you should also change these parts in content.css, forms.css, and links.css.Code: Select all
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
That should do it.