I am using JsPdf to create my pdf from the API response. I have also implemented the bold and normal word in same line. This logic is copied from below link. Now I want to make the text "justify". How can I do that. Below is the snapshot for the reference,
[https://codepen.io/AndreKelling/pen/BaoLWao][1]
The below highlighted having bold word in between, so I am not able apply the justify on the text. But other paragraph which do not have any bold word is correctly justify.

How Can I use both bold and normal text mix along with text style justify and custom font. I am using jspdf for this? Any help would be highly appreciated.