Site logo

Archived topic

Fonts available in text editor

12 replies · Started by CRISTO on December 30, 2016

Viewing posts 1–13 of 13

Not sure if this is a WP question of GP. I have a blog on Wordpress (not using GP) and when I click the text editor I get a selection of fonts and sizes.

But on my GP site when I click the text editor it gives me heading 1, heading 2, etc. I want the editor that gives me a choice of font like I have on my blog.

Hi Christo,

The font of blog is in inherited from the body of the site.
You can change it in Customizer > Typography > Body.
If you want a different font for the blog than the rest of the site then try this CSS:

.entry-content {
    font-family: "Nunito";
}

Let me know.

Thanks, Leo. But that is not quite what I am needing. I want to be able to change fonts within a page...I can do that easily in my Wordpress blog. Since I am a novice, I am not sure I am putting this the right way. I have a screenshot of what I want (taken from my blog) if that would help.

Yes a screenshot of what you want would definitely be helpful. Are you able to upload it to somewhere and share the link there?

OK, here is where I reveal my ignorance....I took the screenshot but don't know how to upload it. It says it was saved to One Drive. Don't know how to send a link. It just opens up in photoshop and I don't know where to go from there.

Looks like you're using a plugin on that site that gives you font family options in the editor - you'll need to figure out which plugin and install it on your other site.

A word of caution, too many fonts can get very messy over time, and can cause performance issues if they're Google fonts.

I agree...I only use two basic fonts in my website. I think the problem may be that I did not properly install the premium version. I will send a screen shot via email. I don't see an option to change fonts, sizes, etc. So I think I did something wrong on my end.

Headed out for the day....giving you a break!

You were right, I added the the tinymce and that is exactly what I was looking for. Thanks.
Gloria

Glad we can help!

This archived topic is closed to new replies.