I would like to change the font “cadex tri” from the slider to a customise font.
I have uploaded and entered the css of the font
@font-face {
font-family: "RideLife-PerformanceLT";
src: url('https://cdn.shopify.com/s/files/1/0592/5778/2446/files/RideLife-PerformanceLT.otf?v=1670999184') format("opentype");
}
and add css for the font.
.cadex-tittle{
font-family: 'RideLife-PerformanceLT'!important;
color: #ffffff;
text-shadow: 0 0 5px rgb(0 0 0 / 95%);
}
However, it is not affected on the page. This is the page that I need to replicate. Please assist.
