Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Core Font Settings

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hey Guys,
First let me say keep up the excellent work.

My question is how can I change the core fonts to what I want. I am using the JB Inside out template, but my client wants to use "arial" as their main font for content. You have a drop down list with multiple lists of fonts but it does not come with "arial" as the main font.

Is there a file I can edit to make this change?

Thanks
  • terbo28's Avatar
  • terbo28
  • 6 Month Developer
  • 1 posts
  • Karma: 0
The administrator has disabled public write access.
Hi there,

The next version of the framework will allow the user to specify specific fonts but for now unfortunately you will need to hack the framework files:

If you go to templates/zengridframework/functions/elements.fonts.php and go to line 175 and edit the existing stack that uses helvetica:
"helvetica" => "Helvetica Neue, Helvetica, Arial, sans-serif",

Changing the order that the fonts appear should be able to achieve your aim :)

Thanks Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers