Font-face: any way of linking to the resource-folder?

Problem: Im trying to link to the resource-folder in a font-face-css

Saola Animate version: 3.1.2

OS: Windows 10

Notes:
Is there any way of linking to the resource-folder like this?

@font-face {
font-family: ‘UE-Black’;
src: url(’ ${resourceFolder} /UE-Black.woff2’) format(‘woff2’),
url(’ ${resourceFolder} /UE-Black.woff’) format(‘woff’),
local(Arial),
local(Helvetica);
font-weight: 400;
font-style: normal;
}

Hi Erik,

The current version of Saola Animate (3.1.2) doesn’t support the resource folder variable like this.
You can use resources (or what you set in Document pane > Resource Folder) for HTML5 output, .. for previewing in a browser, but there’s no resource path when viewing on Canvas.

You should install this font on your computer, and use Embed System Fonts feature so that this font is embedded automatically for you.
If you find a Google Font similar to yours, you can also use it: Use Google Fonts in Saola Animate 3 - Atomi Systems, Inc.
Another option is hosting your font on a server like the user in this thread: Adding custom fonts on CSS

Regards