Hello.
In the examples I can see that the HTML output as a line like the following:
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>
This won't work in corporate environments where external URLs are usually blocked.
Since this stylesheet seems to be quite common in the examples, can't you have it as local resource already in shipped artifact and make sure that, during the generation of the HTML, such file gets copied to the same location where the HTML is being generated?
Hello.
In the examples I can see that the
HTMLoutput as a line like the following:This won't work in corporate environments where external URLs are usually blocked.
Since this stylesheet seems to be quite common in the examples, can't you have it as local resource already in shipped artifact and make sure that, during the generation of the
HTML, such file gets copied to the same location where theHTMLis being generated?