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.

Issue: Minifying fonts.css

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

Problem: Minifying the fonts.css file with other Joomla extensions may cause some fonts (like Droid Sans) to not display the font when the page loads and revert to another font.

Solution: When writing the fonts to fonts.css, put the fonts in quotes.
$fontOutput ="";
$fontOutput .= "body,span.$fontStackBody {font-family: \"$fontCssreplaceBody\"}";
$fontOutput .=  "h1,h2,h3,h4, h5,h6,.blockquote, .componentheading, .contentheading {font-family:  \"$fontCssreplaceHeading\"}";
$fontOutput .= "#nav, .moduletable-superfish,.moduletable-menu  {font-family: \"$fontCssreplaceNav\"}";
		
if ($logoType =="text") {
$fontOutput .= "#logo $logoClass a.$fontStackLogo,#logo $logoClass a span.$fontStackLogo  {font-family: \"$fontCssreplaceLogo\";font-size: $logoFontSize}";
  • Atomic Design and Consulting's Avatar
  • Atomic Design and Consulting
  • 3 Month Basic
  • 43 posts
  • 1 Thanks
  • Karma: 2
The administrator has disabled public write access.
Thanks for posting this. What was the extension you were using to minify so we can test this out?

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.
  • Atomic Design and Consulting's Avatar
  • Atomic Design and Consulting
  • 3 Month Basic
  • 43 posts
  • 1 Thanks
  • Karma: 2
Last Edit: 13 years 3 weeks ago by Atomic Design and Consulting.
The administrator has disabled public write access.
Great thanks.

Ive just confirmed that fixes the issue.

Ill add it to the tracker and get a fix int he next release.

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