Support Forum

  • Page:
  • 1

A font stack

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

A font stack is a series of fonts - as the site loads the browser will descend down the font stack/list till it finds a font it has access to.

e.g. Garamond, ‘Times New Roman’, Times, serif;

which in css would look like

html > body {font-family: Garamond, ‘Times New Roman’, Times, serif;}

A generic font is always listed last to stop the browser defaulting to the browser default font.
  • 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