Site logo

Archived topic

Configuring REBELTON-Medium web font

3 replies · Started by Adam on February 19, 2021

Viewing posts 1–4 of 4

Hi all

I've only just installed GeneratePress so I hope it's ok to ask this here. I'm trying to get a web font (REBELTON-Medium) working properly, but have never used them before and am having some issues.

My new website is aqatic.com and I'd like to use the font for headings.

I seem to have it working on the homepage, but then it doesn't work when you click through to the example post.

I'm also struggling with the spacing between the words, as there's a big gap, but adjusting word-spacing in css doesn't seem to lower it! Not sure if that's just part of the font...

Any help would be hugely appreciated.

Thank you

Hi there,

the issue with the font not loading on the second page is to do with the font request URL

On the front page the font request is being made to:

https://hello.myfonts.net/count/3d4c56

Whereas on your other pages they it is a 404 error because its making this requests:

https://www.aqatic.com/uncategorized/hello-world/MyFontsWebfontsKit.css

Something in the Webfontkit config maybe?

The spacing looks like thats the font - i can close the space if i used a negative value: word-spacing: -0.25em;

Amazing - thank you!

I'll look into that link problem now.

And I can't believe I didn't think of trying a negative spacing value :)

Thanks again!

You're welcome

This archived topic is closed to new replies.