Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file Problem with icons

More
9 years 5 months ago #3886 by chocovo
Replied by chocovo on topic Problem with icons
Solved ;)

Hello, I have added to the css file of my template this:
@font-face {
    font-family: "SYWfont";
    src: url(../../../media/syw/css/fonts/SYWfont.ttf);
}

Now it is ok.

Thanks for all and best regards

Please Log in or Create an account to join the conversation.

More
9 years 5 months ago #3887 by admin
Replied by admin on topic Problem with icons
No problem :-)
I went back to your error message.
What it can tell me is that your system is looking for the font url("fonts/SYWfont.ttf?-ty70pz").
Maybe that suffix is what causes the problem.
Would you mind trying to change the media/syw/css/fonts.css file in order to remove that suffix?
@font-face {
	font-family: 'SYWfont';
	src:url('fonts/SYWfont.eot');
	src:url('fonts/SYWfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/SYWfont.ttf') format('truetype'),
		url('fonts/SYWfont.woff') format('woff'),
		url('fonts/SYWfont.svg#SYWfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

Olivier.

Please Log in or Create an account to join the conversation.

More
9 years 5 months ago #3888 by admin
Replied by admin on topic Problem with icons
I guess our messages crossed...
Even though it works for you now, could you try the previous suggestion? I would like to make sure the users of my products do not have to resolve to the same hack you used and have a system working from the start.
Thank you!

Olivier.

Please Log in or Create an account to join the conversation.