Hi,
i implemented webfonts like it is described in this documentation but I only get the error message: "font was not found, sorry." When implementing the webfont like
url([[font:theme|fontfile.woff]]);
I'll get an error. Implementing it via the absolute or relative path like
url('themename/fonts/fontfile.woff');
everything works fine.
I'm working with Moodle 3.3+ (Build20170616) and while it would be possible to work with a real path I would prefer the Moodle way.
So pleas help, if somebody knows a solution. Thanks!