I have been looking around, but seem not to find an answer to it!
I have been trying like so:
document.body.style.fontFamily = "src(url(./webfonts/Compagnon-Bold.woff)";
and so:
document.body.style.fontFamily = "Script";
But with no result. It is also in CSS already:
@font-face {
font-family: 'Script';
src: url(./webfonts/Compagnon-Bold.woff);
}