Change font

I would like all my website font to be like Afilias to offer Registry Lock service - Domain Name Wire | Domain Name News

Hi There,

Thanks for the mail.

Unfortunately, It’s not quite clear which specific font you are referring to as they’re a couple of fonts on the page.

However, the body is using Open Sans’, sans-serif

Kindly let me know more on the specific section so that I may be able to advise further.

Hope to hear from you soon.

I was referring to the main text on my site

Good morning Kast

Please always include a link to the page in your question, it’s always necessary because if we want to generate custom CSS for you we can’t do this without a live website

My website where i want the font changed is
Thanks I apologize for overlooking posting the link earlier!! ??
I want the entire sites main reading font changed to the link I posted to that website!!
https://keebu.com/2019/07/17/we-support-tor-donate-bitcoin-to-protect-internet-privacy-crowdfunding/

Hello

thank you for pasting website url, you were blocked temporarily because you modified changes too fast :slight_smile:
ok, now about your question, in order to change the entire font of your website there are 2 ways, first, its possible to manually change all the font properties of the theme, this method requires to create a good amount of new CSS codes and second you can use this plugin to change font on your website, this is more easy way https://wordpress.org/plugins/easy-google-fonts/

Hi Nora,
I just wanted to change the size of the font to whatever that site is using in the blog Post!! ??

Hi There,

Thanks for the follow-up.

The font should be “Allerta, sans-serif”. If the code does not already exist in your site, you will need to use the plugin mentioned to add the font.

Hope this helps.

Thanks for but what’s the size of the font he’s using for reading and what code do I add to the additional css to make the sites font for the reading text like in this blog

Good morning

Dear Kast font used on the site you provided is Open sans, this font is not loaded on your site, try this code in appearance > customize > additional css

@import url(‘https://fonts.googleapis.com/css?family=Open+Sans&display=swap’);
body {
font-family: ‘Open Sans’, sans-serif;
font-size: 16px;
line-height: 1.625;
}