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.

Using ZGFv4 themes add custom fonts

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

Hi All,
is there any info - documentation on adding custom fonts to say xero or Boost

went here
docs.joomlabamboo.com/zen-grid-framework-4/fonts/adding-custom-fonts.html

a blank page :(
thanks in advance
cheers
  • woodsy's Avatar
  • woodsy
  • LIfetime Developer - Big Bamboo
  • 42 posts
  • 2 Thanks
  • Karma: 1
The administrator has disabled public write access.
Hi

Custom fonts meaning not google fonts?

You have the font pack created?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I would always suggest checking google fonts to see if there is a similar font to the one you want to use

will save some work

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi Paule,

cant use google fonts as these are specific fonts from an International corp styleguide
the fonts are
thesans and bliss with derivatives

i have the fonts in different formats
eot svg woff ttf

cheers
  • woodsy's Avatar
  • woodsy
  • LIfetime Developer - Big Bamboo
  • 42 posts
  • 2 Thanks
  • Karma: 1
The administrator has disabled public write access.
Hi John,

I need to get to that doc.

Basically the easiest way to do this is via a custom.css file:

1. Upload your ttf, eof fonts to fonts folder in your template - you will need to create this.
2. Add the following:
@font-face{
    font-family: "Slabo";
    src: url('../fonts/Slabo27px-Regular.ttf'),
    url('../fonts/Slabo27px-Regular.eot'); /* IE */
}

* {
	font-family: Slabo !important;
}

The font family needs to be the same specified in the font family in the font-face rule.

Thanks
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
The following user(s) said Thank You: woodsy
thanks Anthony
  • woodsy's Avatar
  • woodsy
  • LIfetime Developer - Big Bamboo
  • 42 posts
  • 2 Thanks
  • Karma: 1
The administrator has disabled public write access.
Thanks for the update

Good luck with the site

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

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

Happy Campers