How to italicize certain words in custom font titles?

Hi everyone!

I need a little help customizing my titles. I would like to italicize certain words in my titles, but cannot figure out how to do it.

Any tips?

Hi,

You can wrap certain words in my titles then style for it.

EX:

Lorem Ipsum is simply dummy text of the printing and typesetting industry.

Then add this code css in your theme

.font-italic {
  font-style: italic;
}

Thank,