Hi!
I'm having issues with my store.
So much has been done to it that I think I should hire someone to redo it from scratch.
But in the meantime I am looking for help on fixing the font used on this page:
https://www.guitarplayback.com/index.ph ... nt/account
For some reason, those fonts are not the fonts used on my homepage.
Can anyone help?
Thanks in advancance!
i believe the issue is you are trying to load fonts from an unsecured site into a secured connection. try changing:
to
which is probably in your header.tpl (catalog/view/theme/{theme name}/template/common/header.tpl)
Code: Select all
<link href='http://fonts.googleapis.com/css?family=Ubuntu+Condensed' rel='stylesheet' type='text/css'>
Code: Select all
<link href='https://fonts.googleapis.com/css?family=Ubuntu+Condensed' rel='stylesheet' type='text/css'>
Who is online
Users browsing this forum: Amazon [Bot] and 19 guests