Problem rendering html styling
-
I have html that I receive as a property, and when I pass it to jsreport the style does not work as expected
on the playground it works correctly: https://playground.jsreport.net/w/codebyarths/6m0JWZZW
but on my internal server it is broken, even when applying the same things, maybe it's the server configuration?
Demonstration:
and for it to return like this:
-
Maybe you are missing the fonts on the server.
You can find here what additional fonts are explicitly installed on the playground server here
https://github.com/jsreport/playground-worker/blob/master/Dockerfile#L9
-
Should the fonts be installed in the official jsreport image or do I need to create a new image from this playground worker?
I installed the fonts in the official jsreport image and it had no effect.
Do you have any suggestions on something I did wrong?