Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Hello,
Before this last upgrade I could use custom font face fonts by entering a custom CSS info in
'Edit - Widget themes >> Custom CSS >> Widget body additional CSS, takes effect after save' area.
But now, it's just "jump" over the font face info and continue to the next font stated as 'font-family'.
Have I missed something?
I'm using LH hosted version.
Please let me know.
Cheers.
Last edited by livehseaker (2015-07-25 23:32:27)
Offline
Sorry, i do not understand what exact the issue is...
Can you paste here as code what CSS rule you are pasting?
Offline
Sure.
In previous version, before the last upgrade, I was using following code snippet and it worked:
body {font-family: "PT Sans","Arial Narrow","Arial Black",Arial,Helvetica,sans-serif;}
Now it just "jumps" over "PT Sans" and use "Arial Narrow" instead.
PT Sans is loaded by web site styling.
Cheers.
Last edited by livehseaker (2015-07-26 13:15:44)
Offline
Sorry, i do not understand what exact the issue is...
Can you paste here as code what CSS rule you are pasting?
remdex, seen my previous post?
Offline
I did, what you told, and no problems there.
Offline
I did, what you told, and no problems there.
OK, any suggestion(s) on what I can or should try?
Its a bit difficult when I do not have access to files as I'm using hosted version.
Offline
Can you write to my e-mail where you have embeded your widget code?
Offline
Can you write to my e-mail where you have embeded your widget code?
Sent
Offline
Hi,
I have not received any mail hmm...
Offline
Hi,
I have not received any mail hmm...
I've sent to your r*******.com
Is that correct email address or do you want me to send to another one?
Offline
Just send another one to ***.com
Offline
I've sent second time to your ***.com email.
Please check that you are not blocking ***.com addresses.
Cheers.
Offline
I received mail. And LHC has nothing to do with your server.
Your server is blocking request to font, because of different domain.
Offline
I received mail. And LHC has nothing to do with your server.
Your server is blocking request to font, because of different domain.
I've added that FontFace code just as an example for you.
In previous version of LHC, it was enough just to use the following CSS line:
body {font-family: "PT Sans","Arial Narrow","Arial Black",Arial,Helvetica,sans-serif;}
That because that font is already loading by a host page.
So do you have a suggestion or solution?
Does that means that we can not use FontFace or custom fonts with LHC?
Please let me know.
Thanks for helping me out.
Cheers.
Offline
As you saw in screenshot your server is blocking it not LHC. As I imagine you should add some headers to your apache config to provide headers required by browser. Anyway not my field of knowledge
Offline
OK, thanks.
Offline