Where can I find newspaper.ttf?21

Posted in: Newspaper
Post count: 106

I’ve been running GTmetrix on my site (https://www.news.cyprus-property-buyers.com/) to measure performance and noticed that there’s a font file loaded – /wp-content/themes/Newspaper/images/icons/newspaper.ttf?21

I’ve looked though the .css files but cannot see where (or why) this font is loaded.

Can you please explain?

TIA
Nigel

Post count: 35449

Hi,
This newspaper.ttf?21 should be in 4 files
– wp-content/themes/Newspaper/style.css -> https://i.imgur.com/95oJmOx.png
– wp-content/themes/Newspaper/gutenberg-editor.css -> https://i.imgur.com/nhwGdFk.png
– wp-content/themes/Newspaper/editor-style.css -> https://i.imgur.com/mbEMntk.png
– wp-content/themes/Newspaper/font-newspaper.css -> https://i.imgur.com/l8WZsgP.png
I hope this will help you!

Post count: 106

Many thanks Calin.

It was my fault. I created a smaller newspaper.woff a couple of years ago and have to remove:

@font-face {
font-family: 'newspaper';
src: url('images/icons/newspaper.eot?22');
src: url('images/icons/newspaper.eot?22#iefix') format('embedded-opentype'), url('images/icons/newspaper.woff?221') format('woff'), url('images/icons/newspaper.ttf?22') format('truetype'), url('images/icons/newspaper.svg?22#newspaper') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}

From each one of those 4 .css files.

I missed one of them after the updated to version 12.2

I think I need a new pair of glasses.

Thanks for your help.

Nigel

Post count: 35449

Hi Nigel,
It’s no problem, I’m glad you found where it’s coming from and that you were able to solve the problem.
Have a great day!

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