font-weight bold, bold tag not working in chrome-pdf
-
Hi sir,
<b></b> tag and font-weight:bold style not working in chrome-pdf but works in html.(Its working in jsreport studio)
-
Please share playground demo
-
actually it works in localhost studio but when try to call from aws load balancer bold doesnt works in studio.
Should i have to add font or something in configuration file?Note : - We have deployed jsreport in aws load balancer via docker file.
-
That doesn't make sense load balancer would have any impact on this.
Does it work in playground? If yes, you can check the fonts we have installed there.
https://github.com/jsreport/jsreport/blob/master/packages/worker/Dockerfile#L16
-
can you please help me how to install basic font in alphine based docker file.The docker file you have is is ubuntu.
Below is my docker file
-
I have no idea which fonts you need to install, unfortunately.
You can try something from here
https://stackoverflow.com/questions/56937689/how-to-install-fonts-in-docker
https://wiki.alpinelinux.org/wiki/Fonts#List_of_fonts_in_Alpine_LinuxIf you fail, you can always switch to the ubuntu base image.