This is the css I used
> p { > text-align: justify; > text-justify: inter-word; > }
I have solved this issue my adding this in my css.
body { text-rendering: geometricPrecision; }