Hello! Upon experimenting with the Elfsight Number Counter widget, I found this post about setting up my custom font. I’ve followed your instructions, but somehow it doesn’t look quite right. In the image below the top numbers are from the widget, bottom numbers I’ve inserted manually and have the correct font of my website.
The correct font (The Silver Editorial) is added to my custom CSS and I have also added the right CSS to my widget’s style tab:
[class*=“Counter__CounterComponent-sc”] {
font-family: The Silver Editorial;
}
Do you have any idea what I’m doing wrong?