Set one font type and size for all posts

Hallo,

How would I go about setting one font type and size across all posts?

Now, I think I have a different font type and size for each post!

Which plugin would you recommend using for word processing?

Thank you

Hi @austroca,

I hope you are well today and thank you for your question.

I visited your shared site and saw all the posts have same font “Arial” and same font size 16px.

Please advise.

Which plugin would you recommend using for word processing?

You can use any of the following plugins.

Best Regards,
Movin

Hi Mavin,
Thanks for the speedy replay.

That is archived by hard LABOUR.
Whatever I publish on the site I first paste into Word set the size and font than copy and paste
into the post. many time when I paste the text get more than one font type and size.

I was wondering if I could set post/ body/ paragraph to be Arial 14?

Thank you.

I was wondering if I could set post/ body/ paragraph to be Arial 14?

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

.entry-content {
    font-family: Arial;
    font-size: 14px;
}