Bullfn33 hat geschrieben:Which file would I edit to change the phpbb3 default font style in this template? Thanks again!
Change the default font style
-
Topic Bot
- Newbie

- Beiträge: 2
- Registriert: Sa 6. Sep 2008, 14:36
- phpbb.com: marc1706
- Wohnort: munich
Change the default font style
-
Topic Bot
- Newbie

- Beiträge: 2
- Registriert: Sa 6. Sep 2008, 14:36
- phpbb.com: marc1706
- Wohnort: munich
Re: Change the default font style
Marc hat geschrieben: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: Alles auswählen
font-family: Verdana, Helvetica, Arial, sans-serif;around line 42Code: Alles auswählen
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;around line 55Code: Alles auswählen
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;around line 68Code: Alles auswählen
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: Alles auswählen
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
That should do it.