Hello,
I am interested in changing the fonts on all of my H4 tags. I am using the Adobe Type Font Kit and I have loaded a font into the font manager. I have used the following code to change all of the H4 tags to the custom font but the font will not change. In addition, I have cleared the cache on both my browser and website.
h4 {
font-size: 20px;
font-family: “Elido”, sans-serif;
}
Thank you in advance for your help.