Hello,
I would very much like to use a Google Font Custom Heading but the font I wish to use is not in the drop down selector, but it is a Google Font font.
I tried adding a class but I am unsure what I did wrong because it didn’t work and I don’t understand CSS much.
I tried using Google Font plugins but I didn’t understand how to use them either.
The Google font I want to use is called Shadows Into Light Two.
Below is the custom css I added to my style sheet. I typed customfont in the area on Custom Headings that says class name. What have I done incorrectly?
.customfont {
font-family: ‘Shadows Into Light Two’, cursive;
}