viewtopic.php?f=8&t=39618
Anyways, instead of using the signature widget, is it possible to load a Google or Custom font like "Dancing Script" to simulate a signature in a web standalone? If so, how?
I tried do as "javascript" with:
Code: Select all
WebFontConfig = {
google: {
families: ['Roboto:300,400,700']
}
};
(function(d) {
var wf = d.createElement('script'), s = d.scripts[0];
wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js';
wf.async = true;
s.parentNode.insertBefore(wf, s);
})(document);