Font setting for page or post title and site tiltle

How to change or set up post or page title with google fonts ?

KELODGE

Hello there,

I hope you are doing well today.

Please have a look at the following link which is a tutorial that clearly explains the process of adding Google fonts to the theme:

Best Regards,
Support

is that possible to have multiple choice to choose font from this way ?

How can I set font for page or post title ?

Hello there,

You can use the following CSS code to edit the font by going to Appearance > Customize > Additional CSS and pasting it there.

/*Page font*/
.page .entry-title {
    font: 24px 'Ubuntu', sans-serif;
}

/*Postfont*/
.post .entry-title {
    font: 24px 'Ubuntu', sans-serif;
}

Best Regards,
Support