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.

update google font stack

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

hi,
a customer suggested different fonts to be used on his website, all to be found on [url=http://]http://www.google.com/webfonts[/url]

Titillium Web - not included in jb ascent
Poiret One - not included ...
Fenix Normal - not included ...
from here I stopped seraching for the following
Anaheim - ?
Forum Normal - ?
carrois Gothic ...
Pt Sans ...
Asap normal ...
Pontano Sans ...

Is there a way for me to update the list of the font stack in the zengridframework to access all awailable google web fonts?

i'm using joomla 2.5.7 / jb ascent

Greets,
m*
  • Matthias Nitsche's Avatar
  • Matthias Nitsche
  • LIfetime Developer - Big Bamboo
  • 42 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Marita,

The best way to do this without hacking the framework is to set all fonts in the template admin to sans-serif. and then in a custom css file use the import method for including the google font on the page.

ie:
@import url(fonts.googleapis.com/css?family=Grand+Hotel);

and then in the css file add something like this:

h1{font-family: 'Grand Hotel', cursive;}

Cheers
  • 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: Matthias Nitsche
ok, thx. I gonna try this. If I'm stuck I'll let you know :-)

Cheers
  • Matthias Nitsche's Avatar
  • Matthias Nitsche
  • LIfetime Developer - Big Bamboo
  • 42 posts
  • Karma: 0
The administrator has disabled public write access.
Good luck with it :)
  • 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