Some Squirrel fonts dissapeared

Responsive community-minded music Joomla template with JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Sep 08, 2014 11:52 am
Reply with quote
Report this post
Hi,

I'm developing two sites using facefont from squirrel.

I don't know why, suddenly, today some classes using squirrel like .gkMenu dissapeared in both pages if you check them with chrome.

But some other classes in content work.

Everything works with IE.

Do you know what could happened?

Thank you.
User avatar
Senior Boarder

GK User
Tue Sep 09, 2014 11:16 am
Reply with quote
Report this post
Ok, here is the fix for Chrome.

Set the classes in the template to use a google font and then use a Custom CSS module to set your font as preferred. For example, I set Cinzel from Google Fonts in the template manager and the in the css module I've set:

Code: Select all
.gkMenu > ul > li, strong {
font-family: 'YOURFONT', Cinzel, Arial, sans-serif;
}


Now it works with YOURFONT.

Also read that Chrome is having problems and bugs with personalized fonts in some updates that they are trying to fix.

Hope it helps someone!
User avatar
Senior Boarder


cron