Scrolling text custom CSS font

Hello, i have purchased the shopify sections scrolling text and wanting to customize the font with CSS

so just wanting to add code to the section CSS only

I am pretty new to CSS so this is probably wrong but have tried these 2 without success

ss-scrolling-text. {
font-family: PublicPixel;
}

also tried:

{
font-family: PublicPixel;
}

Hi @girltimebeauty

Did you add PublicPixel font-face to your store?

Yup I have! am using it throughout the site already

So please try using this code.

.ss-scrolling-text {
font-family: PublicPixel !important;
}

hello that didn’t work i just tried it in the section CSS - is there another place I can try?