Fonts not showing on front end on slider revolution

Hi, I have searched forums and read documentation and cannot find an answer to my issue. At some point, the google font I had assigned to a text layer in my slider changed to some kind of default. I have tried changing it in the editor and scoured the site for any references to other fonts but cannot figure it out. The font I am trying to use is a standard google font- Bebas Neue. Can you please assist?

I can send credentials in a secure note.

Hello @jlswilton,

Thanks for writing to us.

It seems that you have added a custom CSS code just because the font is not working. Please have a look at the given screenshot below.

I would suggest you please remove the custom CSS code or add the correct font family in your CSS custom CSS code.
Correct CSS code.

.bebas-heading {
    font-family: 'Bebas Neue' !important;
  }

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case if you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

Thanks. That was the correct font family but I removed it and it is fine now.

Hello @jlswilton,

Glad that we were able to help you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.