newspaper.ttf and newspaper.woff

Posted in: Newspaper
Post count: 376

I see these errors when running a site test.

The following requests are returning 404/410 responses. Either fix the broken links, or remove the references to the non-existent resources.

https://www.interestinganswers.com/css/images/icons/newspaper.ttf?14
https://www.interestinganswers.com/css/images/icons/newspaper.woff?14

..

I found mention of these 2 files in the editor but don’t know what they are other than they are font related.

@font-face {
font-family: 'newspaper';
src: url('images/icons/newspaper.eot?14');
src: url('images/icons/newspaper.eot?14#iefix') format('embedded-opentype'), url('images/icons/newspaper.woff?14') format('woff'), url('images/icons/newspaper.ttf?14') format('truetype'), url('images/icons/newspaper.svg?14#newspaper') format('svg');

Any idea how I can clear this up?

Post count: 22421

Hello,

I’m not sure what the folder path is you exemplify. Our theme does not have a folder for css. The path to the newspaper theme fonts are https://www.screencast.com/t/wtp3iShll
In any case, the fonts cannot be accessed by a link in your browser. Only testers can access such links and as you expect, they become 404 pages because you should not access such links and you cannot do it from the browser. You cannot access a font directly in the browser. Css needs an url for the font but it cannot be accessed like a usual url.
Please do not alter the theme file structure for the proper functionality of the theme.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.