1. eternitygraphics
  2. Commercial Templates
  3. Friday, 11 October 2013
  4.  Subscribe via email
Hi,

I have a strange issue happening. Theme fonts are displaying perfectly for the public user, but once someone logs in, the fonts change to Times Roman (which messes up my layout).
Any ideas why this might be happening?
http://rabbihayley.com/


Thanks!
Clara
Accepted Answer Pending Moderation
0
Votes
Undo
May I suggest sending temporary access to your site to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Clara

Could you try adding the following to the Custom CSS field of your templates parameters...


body {
font-family: 'Comfortaa',cursive !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
That just makes the body font cursive. If you notice my headings and menu fonts are changing as well. I did put in the font I want into the css as well.
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Clara

Google fonts appear to have an issue when going from HTTP to HTTPS within the same site. I have added the following to your Head Custom Code field of your templates parameters removing the HTTP when loading the Google font which appears to have resolved the issue...


<link href='//http://fonts.googleapis.com/css?family=Comfortaa' rel='stylesheet' type='text/css'>
<link href='//http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
May I suggest the following post which should resolve your error issue.. http://www.joomla51.com/forum/support/commercial-templates/arkadia-google-fonts-not-displaying-properly

Once done you can remove the above code from your Custom Code field.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!