how to change the Italic script font

QuestionsCategory: Questionshow to change the Italic script font
alyssa.assante asked 2 months ago

I’ve installed the Use Any Font plugin. I want to change the script font that populates with the italics in H2 (well all) headings. How do I do that?

1 Answers
Jennifer Staff answered 1 month ago

You would go to appearance > Customizer > add and modify this code to match your new script font.

h2 em,
h3 em,
h4 em{
font-family: ‘YOUR NEW FONT NAME’ !important;
}