How to apply uploaded font to html style

Recently I have uploaded custom font to my wix site. Using js code I want to update a multi-styled text inside a textbox.

    $w("#text38").html = `<p style="font-size: 32px; font-weight: 800; font-family: Manrope;">${thousandsValue}</p> `;

But unfortunalty I realizded, that my uploaded fonts are named as shown below.(in chrome dev tools )

Any thoughts how to make them named correctly for my usage?
Cause I think this fonts are named differently at clients’ side

Wix is unable to provide support for uploaded fonts. See Important Information About Uploading Fonts , where you might be able to find an answer to your problem.

Perhaps someone here on the forum has experience using uploaded fonts.

Hi, I’m not sure whether my answer will help you or not. But I’ve used the database to store the font names in database then I used them as a value & string both. It’s working perfect. I try the given name too & working this as well. Please check this method once.

Thanks, will give it a try!