Custom Font in Rev Slider

Hi,

i'm trying to build the site under following url with custom fonts. (Mission-Script and Margot).

http://test.f1werbung.de/wiedemann/

That works perfectly in the regular content. But i got no idea, how to activate the fonts for the Revolution Slider.

I've inserted the following code within "custom-css-panel in Rev Slider:


@font-face { font-family: 'Mission-Script';
  src: url ('http://test.f1werbung.de/wiedemann/wp-content/uploads/2019/09/Mission-Script.woff')
format('woff');

}

.mission-css {
  font-family: 'Mission-Script' !important;

}


then i went to layer-lopitons > attributes > Classes and typed in: mission-css

But i still cant active the font. What am i doing wrong

Thank's for your help in advance

Kind Regards

Frank

P.S.: I'm not experienced in programming at all. I just followed the insteructions of theme-punch.
https://www.themepunch.com/faq/use-your-own-fonts/

Comments

Sign In or Register to comment.